callback with argument error in async.series instead
parent
7719117e1e
commit
683c9dfb7c
|
@ -1636,7 +1636,7 @@ function composePadChangesets(padId, startNum, endNum, callback)
|
|||
}
|
||||
} catch(e){
|
||||
console.warn("failed to compose cs in pad:",padId);
|
||||
return;
|
||||
return callback(e);
|
||||
}
|
||||
|
||||
callback(null);
|
||||
|
|
Loading…
Reference in New Issue