mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
fix deletePad script by remembering not to miss a callback..
This commit is contained in:
parent
ad82c8d754
commit
1fd99bfd43
@ -50,6 +50,8 @@ async.series([
|
||||
padManager.removePad(padId, function(err){
|
||||
callback(err);
|
||||
});
|
||||
console.error("cool I got here");
|
||||
callback();
|
||||
}
|
||||
], function (err)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user