mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-12 05:00:23 -04:00
Fix Spacing
This commit is contained in:
parent
2572cca525
commit
168e4ddd1e
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ page.on("error", e => {
|
|||
page.on("pageerror", e => {
|
||||
if (e.message.includes("Sentry successfully disabled")) return;
|
||||
if (e.message.includes("the network is offline")) return;
|
||||
if (e.message.includes("Cannot read properties of undefined(reading 'includes')")) return;
|
||||
if (e.message.includes("Cannot read properties of undefined (reading 'includes')")) return;
|
||||
|
||||
if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module")) {
|
||||
console.error("[Page Error]", e.message);
|
||||
|
|
Loading…
Add table
Reference in a new issue