mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05: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 => {
|
page.on("pageerror", e => {
|
||||||
if (e.message.includes("Sentry successfully disabled")) return;
|
if (e.message.includes("Sentry successfully disabled")) return;
|
||||||
if (e.message.includes("the network is offline")) 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")) {
|
if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module")) {
|
||||||
console.error("[Page Error]", e.message);
|
console.error("[Page Error]", e.message);
|
||||||
|
|
Loading…
Reference in a new issue