fix reporter
This commit is contained in:
parent
148a32096c
commit
0c6445b66b
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ function runTime(token: string) {
|
|||
const { wreq } = Vencord.Webpack;
|
||||
|
||||
console.error("[PUP_DEBUG]", "Loading all chunks...");
|
||||
const ids = Function("return" + wreq.u.toString().match(/\{.+\}/s)![0])();
|
||||
const ids = Function("return" + wreq.u.toString().match(/(?<=\()\{.+?\}/s)![0])();
|
||||
for (const id in ids) {
|
||||
const isWasm = await fetch(wreq.p + wreq.u(id))
|
||||
.then(r => r.text())
|
||||
|
|
Loading…
Reference in a new issue