mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
callback with argument error in async.series instead
This commit is contained in:
parent
7719117e1e
commit
683c9dfb7c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue