mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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){
|
} 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…
Add table
Add a link
Reference in a new issue