diff --git a/lib/client.js b/lib/client.js index 80f372a8..49f98c72 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1086,7 +1086,7 @@ class Client extends EventEmitter { } destroy() { - this._sock && isWritable(this._sock) && this._sock.destroy(); + this._sock && this._sock.destroy(); return this; }