mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
missed a log
This commit is contained in:
@@ -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[]) => {
|
||||
|
||||
Reference in New Issue
Block a user