diff --git a/scripts/generateReport.ts b/scripts/generateReport.ts index 9026ee788..2035ead09 100644 --- a/scripts/generateReport.ts +++ b/scripts/generateReport.ts @@ -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))) ) );