diff --git a/lib/fs.js b/lib/fs.js index 3301a6af847..70a6c198948 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -1588,9 +1588,7 @@ ReadStream.prototype.destroy = function() { if (this.destroyed) return; this.destroyed = true; - - if (util.isNumber(this.fd)) - this.close(); + this.close(); };