mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix deletePad script by remembering not to miss a callback..
This commit is contained in:
parent
ad82c8d754
commit
1fd99bfd43
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ async.series([
|
|||
padManager.removePad(padId, function(err){
|
||||
callback(err);
|
||||
});
|
||||
console.error("cool I got here");
|
||||
callback();
|
||||
}
|
||||
], function (err)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue