ci: Fix reporter

Co-authored-by: Justice Almanzar <superdash993@gmail.com>
This commit is contained in:
V 2023-08-12 01:35:15 +02:00
parent 6e7996659f
commit 3b8b43c7e0
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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);