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

Remove jshint comments and update istanbul comments

This commit is contained in:
Ruben Bridgewater
2016-04-21 02:49:06 +02:00
parent 625f14e6ba
commit f7c4d131be
5 changed files with 9 additions and 8 deletions

View File

@@ -94,6 +94,7 @@ function replyInOrder (self, callback, err, res, queue) {
// If the queue is explicitly passed, use that, otherwise fall back to the offline queue first,
// as there might be commands in both queues at the same time
var command_obj;
/* istanbul ignore if: TODO: Remove this as soon as we test Redis 3.2 on travis */
if (queue) {
command_obj = queue.peekBack();
} else {