callback with argument error in async.series instead

This commit is contained in:
webzwo0i 2015-03-02 11:05:33 +01:00
parent 7719117e1e
commit 683c9dfb7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);