aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-08-12 01:35:15 +0200
committerV <vendicated@riseup.net>2023-08-12 01:36:19 +0200
commit3b8b43c7e03f05279ea7cb8260de2631bb3a61a3 (patch)
tree3db8b3c185d7877fc3606b808b76be9e1b257dc5 /scripts
parent6e7996659f2eeab8062cccf82ee7af6df1c69497 (diff)
downloadVencord-3b8b43c7e03f05279ea7cb8260de2631bb3a61a3.tar.gz
Vencord-3b8b43c7e03f05279ea7cb8260de2631bb3a61a3.tar.bz2
Vencord-3b8b43c7e03f05279ea7cb8260de2631bb3a61a3.zip
ci: Fix reporter
Co-authored-by: Justice Almanzar <superdash993@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generateReport.ts2
1 files changed, 1 insertions, 1 deletions
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);