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 81bd566 commit 525bf35Copy full SHA for 525bf35
src/utils/asyncUtil.ts
@@ -20,7 +20,7 @@ export function allPromiseFinish(promiseList: Promise<FieldError>[]): Promise<Fi
20
count -= 1;
21
results[index] = result;
22
23
- if (count !== 0) {
+ if (count > 0) {
24
return;
25
}
26
0 commit comments