summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-05-27 17:22:08 -0400
committerAAGaming <aagaming@riseup.net>2024-05-27 17:22:08 -0400
commit0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5 (patch)
tree1f11812bca9574ba6d20fc45d8faf6784acbdc6f /frontend
parent9c8db576f5cea498c70d00a0764d7f3c6c9cef65 (diff)
downloaddecky-loader-0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5.tar.gz
decky-loader-0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5.zip
missed a log
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/errorboundary-hook.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/errorboundary-hook.tsx b/frontend/src/errorboundary-hook.tsx
index 6963f207..e49a705e 100644
--- a/frontend/src/errorboundary-hook.tsx
+++ b/frontend/src/errorboundary-hook.tsx
@@ -43,7 +43,7 @@ class ErrorBoundaryHook extends Logger {
// errorReportingStore.m_bEnabled = false;
// @ts-ignore
- window.errorStore = errorReportingStore;
+ // window.errorStore = errorReportingStore;
const react15069WorkaroundRegex = / at .+\.componentDidCatch\..+\.callback /;
this.errorCheckPatch = replacePatch(Object.getPrototypeOf(errorReportingStore), 'BIsBlacklisted', (args: any[]) => {