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:26:35 +0000 (15:26 -0800)
commit27d8b059fa214c56de6dc359ebdb8c05ad6b9f99
treeed548b483ddd2c15ff7d5156c2cf6d187be547cd
parent5e3ca981556c305830553d006b76d5dcaaf49276
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]