mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Update generateReport.ts
This commit is contained in:
parent
45e9bae8f1
commit
2572cca525
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +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.startsWith("Object") && !e.message.includes("Cannot find module")) {
|
||||
console.error("[Page Error]", e.message);
|
||||
|
|
Loading…
Reference in a new issue