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