From eb005b10dfb5fe40cd10ff30ac3c4ec20e9e90c1 Mon Sep 17 00:00:00 2001 From: Trae Robrock Date: Thu, 28 Jun 2012 22:42:44 -0700 Subject: [PATCH] Forgot a comma Signed-off-by: DTrejo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 76fb2640f6..22e3b553a4 100644 --- a/index.js +++ b/index.js @@ -526,7 +526,7 @@ function reply_to_strings(reply) { RedisClient.prototype.return_reply = function (reply) { var command_obj, obj, i, len, type, timestamp, argindex, args, queue_len; - command_obj = this.command_queue.shift() + command_obj = this.command_queue.shift(), queue_len = this.command_queue.getLength(); if (this.pub_sub_mode === false && queue_len === 0) {