mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Fixes
This commit is contained in:
parent
1e079a70e9
commit
d23b8af79a
4 changed files with 7 additions and 22 deletions
|
@ -73,7 +73,8 @@ const IGNORED_DISCORD_ERRORS = [
|
|||
"Downloading the full bad domains file",
|
||||
/\[GatewaySocket\].{0,110}Cannot access '/,
|
||||
"search for 'name' in undefined",
|
||||
"Attempting to set fast connect zstd when unsupported"
|
||||
"Attempting to set fast connect zstd when unsupported",
|
||||
"Webpack Find Fail: waitForStore(\"PermissionStore\")"
|
||||
] as Array<string | RegExp>;
|
||||
|
||||
function toCodeBlock(s: string, indentation = 0, isDiscord = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue