missed a log

This commit is contained in:
AAGaming
2024-05-27 17:22:08 -04:00
parent 9c8db576f5
commit 0c6c7b1b06
+1 -1
View File
@@ -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[]) => {