Exit script if a chunk failed to load
This commit is contained in:
parent
bdd4b0f143
commit
bd95cc449f
|
@ -386,7 +386,7 @@ async function runtime(token: string) {
|
|||
await Promise.all(
|
||||
Array.from(validChunkGroups)
|
||||
.map(([chunkIds]) =>
|
||||
Promise.all(chunkIds.map(id => wreq.e(id).catch(() => { })))
|
||||
Promise.all(chunkIds.map(id => wreq.e(id)))
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue