We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b43f2 commit 0874039Copy full SHA for 0874039
1 file changed
src/utils/parallel.ts
@@ -21,6 +21,7 @@ export async function runParallel<T>(
21
.then(() => cb(route))
22
.catch((error) => {
23
console.error(error);
24
+ errors.push(error);
25
});
26
27
tasks.add(task);
0 commit comments