mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
missed a log
This commit is contained in:
@@ -43,7 +43,7 @@ class ErrorBoundaryHook extends Logger {
|
|||||||
// errorReportingStore.m_bEnabled = false;
|
// errorReportingStore.m_bEnabled = false;
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
window.errorStore = errorReportingStore;
|
// window.errorStore = errorReportingStore;
|
||||||
|
|
||||||
const react15069WorkaroundRegex = / at .+\.componentDidCatch\..+\.callback /;
|
const react15069WorkaroundRegex = / at .+\.componentDidCatch\..+\.callback /;
|
||||||
this.errorCheckPatch = replacePatch(Object.getPrototypeOf(errorReportingStore), 'BIsBlacklisted', (args: any[]) => {
|
this.errorCheckPatch = replacePatch(Object.getPrototypeOf(errorReportingStore), 'BIsBlacklisted', (args: any[]) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user