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

Remove istanbul ignore statement

This commit is contained in:
Ruben Bridgewater
2015-10-29 23:51:02 +01:00
parent b7a0f6f905
commit f45a898871

View File

@@ -380,7 +380,6 @@ RedisClient.prototype.on_ready = function () {
RedisClient.prototype.on_info_cmd = function (err, res) {
if (err) {
/* istanbul ignore if: the command info is not existing on some servers for security reasons */
if (err.message === "ERR unknown command 'info'") {
this.server_info = {};
this.on_ready();