diff --git a/index.js b/index.js index 6ec5ab3b7a..b9cc8eea02 100644 --- a/index.js +++ b/index.js @@ -1058,7 +1058,6 @@ Multi.prototype.exec = function (callback) { } else { errors.push(new Error(err)); } - self.queue.splice(index, 1); } }); }, this);