Skip to content

Commit f45a898

Browse files
author
Ruben Bridgewater
committed
Remove istanbul ignore statement
1 parent b7a0f6f commit f45a898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ RedisClient.prototype.on_ready = function () {
380380

381381
RedisClient.prototype.on_info_cmd = function (err, res) {
382382
if (err) {
383-
/* istanbul ignore if: the command info is not existing on some servers for security reasons */
384383
if (err.message === "ERR unknown command 'info'") {
385384
this.server_info = {};
386385
this.on_ready();

0 commit comments

Comments
 (0)