From 3b8b43c7e03f05279ea7cb8260de2631bb3a61a3 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 12 Aug 2023 01:35:15 +0200 Subject: [PATCH] ci: Fix reporter Co-authored-by: Justice Almanzar --- scripts/generateReport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateReport.ts b/scripts/generateReport.ts index 9044965..906be22 100644 --- a/scripts/generateReport.ts +++ b/scripts/generateReport.ts @@ -263,7 +263,7 @@ function runTime(token: string) { for (const id in ids) { const isWasm = await fetch(wreq.p + wreq.u(id)) .then(r => r.text()) - .then(t => t.includes(".module.wasm")); + .then(t => t.includes(".module.wasm") || !t.includes("(this.webpackChunkdiscord_app=this.webpackChunkdiscord_app||[]).push")); if (!isWasm) await wreq.e(id as any);