Reporter: Ignore another useless error

This commit is contained in:
Nuckyz 2024-03-27 10:39:58 -03:00
parent 0983a038f1
commit 31c21594e6
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -67,7 +67,8 @@ const IGNORED_DISCORD_ERRORS = [
"Unable to process domain list delta: Client revision number is null",
"Downloading the full bad domains file",
/\[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>;
function toCodeBlock(s: string) {