From 168e4ddd1e08e4fe59aa568409819353d16d9045 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:30:56 -0500 Subject: [PATCH] Fix Spacing --- scripts/generateReport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateReport.ts b/scripts/generateReport.ts index b7d080b0..36431280 100644 --- a/scripts/generateReport.ts +++ b/scripts/generateReport.ts @@ -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);