Pause process.stdin in stdin getter
authorisaacs <i@izs.me>
Tue, 21 Feb 2012 23:26:35 +0000 (15:26 -0800)
committerisaacs <i@izs.me>
Tue, 21 Feb 2012 23:31:50 +0000 (15:31 -0800)
commit634b4de2c835e5998a013c54303907878875115b
tree154653374665b0b94b0aa693ce301397e1819b84
parent186960fefb5fb71e3a2cba90b413aae1e097f41e
Pause process.stdin in stdin getter

Otherwise, it'll be ref'ed, and keep the process hanging.
src/node.js
test/simple/test-stdin-hang.js [new file with mode: 0644]