diff --git a/client/operation.js b/client/operation.js index 0f35970d..8f5c0deb 100644 --- a/client/operation.js +++ b/client/operation.js @@ -104,7 +104,7 @@ remover.on('connect', function() { authCheck(remover, function() { deleteFn = function(from, files, callback) { - setListeners(remover, callback); + setListeners(remover, {noContinue: true}, callback); from = from.replace(/\?.*/, ''); remover.remove(from, files); };