mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
Remove Extra Report Error
This commit is contained in:
parent
5f96c2fd73
commit
09567cf6f9
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ page.on("console", async e => {
|
|||
page.on("error", e => logStderr("[Error]", e.message));
|
||||
page.on("pageerror", e => {
|
||||
if (e.message.includes("Sentry successfully disabled")) return;
|
||||
if (e.message.includes("the network is offline")) return;
|
||||
|
||||
if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module") && !/^.{1,2}$/.test(e.message)) {
|
||||
logStderr("[Page Error]", e.message);
|
||||
|
|
Loading…
Add table
Reference in a new issue