Skip to content

Commit

Permalink
Note the known bug
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 7, 2011
1 parent 08a4036 commit 6cafa22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -31,3 +31,12 @@ built-in readline module.
## CONTRIBUTING

Patches welcome.

## BUGS

In node 0.6.0 through 0.6.5, you must explicitly call
`process.stdin.destroy()` or `process.exit()` when you know that your
program is done reading, or else it will keep the event loop running
forever.

See: <https://github.com/joyent/node/issues/2257>

0 comments on commit 6cafa22

Please sign in to comment.