mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Tests
Tests Tests
This commit is contained in:
parent
c8b5337d18
commit
d1d8ca5791
2 changed files with 5 additions and 5 deletions
|
@ -148,15 +148,15 @@ export default definePlugin({
|
|||
{
|
||||
find: "is not a valid locale.",
|
||||
replacement: {
|
||||
match: /void \i\.error\(""\.concat\(\i," is not a valid locale."\)\)/,
|
||||
replace: ""
|
||||
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\."\)/,
|
||||
replace: ""
|
||||
match: /console\.log\("AppCrashedFatalReport: getLastCrash not supported\."\)/,
|
||||
replace: '""'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@ export default definePlugin({
|
|||
replace: "$self.handleOnline()"
|
||||
},
|
||||
{
|
||||
match: /(setInterval\(\i,30\*)\i\.\i/,
|
||||
match: /(setInterval\(\i,\.25\*)\i\.\i/,
|
||||
replace: "$1$self.getIntervalDelay()" // For web installs
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue