reporter: remove sleeps
This commit is contained in:
parent
534565db25
commit
598ffe6368
|
@ -338,8 +338,6 @@ function runTime(token: string) {
|
||||||
.then(r => r.text())
|
.then(r => r.text())
|
||||||
.then(t => t.includes(".module.wasm") || !t.includes("(this.webpackChunkdiscord_app=this.webpackChunkdiscord_app||[]).push"));
|
.then(t => t.includes(".module.wasm") || !t.includes("(this.webpackChunkdiscord_app=this.webpackChunkdiscord_app||[]).push"));
|
||||||
|
|
||||||
await new Promise(r => setTimeout(r, 150));
|
|
||||||
|
|
||||||
if (isWasm) {
|
if (isWasm) {
|
||||||
invalidChunks.push(id);
|
invalidChunks.push(id);
|
||||||
continue chunksLoop;
|
continue chunksLoop;
|
||||||
|
@ -371,8 +369,6 @@ function runTime(token: string) {
|
||||||
|
|
||||||
// Loads a chunk
|
// Loads a chunk
|
||||||
if (!isWasm) await wreq.e(id as any);
|
if (!isWasm) await wreq.e(id as any);
|
||||||
|
|
||||||
await new Promise(r => setTimeout(r, 150));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure every chunk has finished loading
|
// Make sure every chunk has finished loading
|
||||||
|
|
Loading…
Reference in a new issue