Browse Source

Implement WriteStream.destroySoon

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
cda4d56bcf
  1. 4
      lib/fs.js

4
lib/fs.js

@ -981,6 +981,6 @@ WriteStream.prototype.destroy = function(cb) {
} }
}; };
// There is no shutdown() for files.
// TODO: WriteStream.prototype.destroySoon() WriteStream.prototype.destroySoon = WriteStream.prototype.end;

Loading…
Cancel
Save