Revert "Fix Canary Patches"

This reverts commit 2a4c3c119b.
This commit is contained in:
thororen1234 2025-04-03 16:09:18 -04:00
parent 9e3dfed22f
commit b075f7b6a4
No known key found for this signature in database
13 changed files with 16 additions and 16 deletions

View file

@ -148,14 +148,14 @@ export default definePlugin({
{
find: "is not a valid locale.",
replacement: {
match: /void \i\.error\(""\.concat\(\i," is not a valid locale."\)\)/,
match: /\i\.error\(""\.concat\(\i," is not a valid locale."\)\);/,
replace: ""
}
},
{
find: '"AppCrashedFatalReport: getLastCrash not supported."',
replacement: {
match: /void console\.log\("AppCrashedFatalReport: getLastCrash not supported\."\)/,
match: /console\.log\("AppCrashedFatalReport: getLastCrash not supported\."\);/,
replace: ""
}
},