diff options
| author | AAGaming <aagaming@riseup.net> | 2024-05-27 17:22:08 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-05-27 17:22:08 -0400 |
| commit | 0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5 (patch) | |
| tree | 1f11812bca9574ba6d20fc45d8faf6784acbdc6f | |
| parent | 9c8db576f5cea498c70d00a0764d7f3c6c9cef65 (diff) | |
| download | decky-loader-0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5.tar.gz decky-loader-0c6c7b1b06c93b961b183e91ab479d8a3d8c28a5.zip | |
missed a log
| -rw-r--r-- | frontend/src/errorboundary-hook.tsx | 2 |
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[]) => { |
