mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(util) exec.parallel double callback
This commit is contained in:
parent
79ac808e59
commit
06e862ff15
1 changed files with 1 additions and 1 deletions
|
|
@ -912,7 +912,7 @@
|
|||
else
|
||||
all[num] = args[0];
|
||||
|
||||
if (!callbackWas && error || isLast) {
|
||||
if (!callbackWas && (error || isLast)) {
|
||||
callbackWas = true;
|
||||
|
||||
if (type === 'array')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue