mirror of https://github.com/lukechilds/node.git
Browse Source
UV_TTY does not support `uv_shutdown()` so adding this method in StreamBase will cause an `abort()` in C land. Fix: https://github.com/iojs/io.js/issues/1068 PR-URL: https://github.com/iojs/io.js/pull/1073 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>v1.8.0-commit
Fedor Indutny
10 years ago
4 changed files with 6 additions and 3 deletions
@ -0,0 +1 @@ |
|||||
|
process.stdin.emit('end'); |
Loading…
Reference in new issue