mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Reporter: Ignore another useless error
This commit is contained in:
parent
041dbeea9b
commit
b438d0a2b9
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ const IGNORED_DISCORD_ERRORS = [
|
||||||
"Unable to process domain list delta: Client revision number is null",
|
"Unable to process domain list delta: Client revision number is null",
|
||||||
"Downloading the full bad domains file",
|
"Downloading the full bad domains file",
|
||||||
/\[GatewaySocket\].{0,110}Cannot access '/,
|
/\[GatewaySocket\].{0,110}Cannot access '/,
|
||||||
"search for 'name' in undefined"
|
"search for 'name' in undefined",
|
||||||
|
"Attempting to set fast connect zstd when unsupported"
|
||||||
] as Array<string | RegExp>;
|
] as Array<string | RegExp>;
|
||||||
|
|
||||||
function toCodeBlock(s: string) {
|
function toCodeBlock(s: string) {
|
||||||
|
|
Loading…
Reference in a new issue