1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Merge branch 'master' of https://github.com/kwangsu61/node_redis into kwangsu61-master

This commit is contained in:
Bryce Baril
2013-11-23 11:30:20 -08:00

View File

@@ -1107,7 +1107,6 @@ Multi.prototype.exec = function (callback) {
} else {
errors.push(new Error(err));
}
self.queue.splice(index, 1);
}
});
}, this);