You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
chore: improve coverage further
This commit is contained in:
@@ -103,7 +103,7 @@ Multi.prototype.quit = function quit () {
|
||||
this._client._closing = true
|
||||
this._client.ready = false
|
||||
}
|
||||
this._queue.push(new Command('quit', [], null, quitCallback(this._client), callOnWrite))
|
||||
this._queue.push(new Command('quit', [], callOnWrite, quitCallback(this._client)))
|
||||
return this
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user