mirror of https://github.com/nodejs/node.git
c7b8073afc
Currently, a child process does not emit the 'exit' event until 'close' events have been received on all three of the child's stdio streams. This change makes the child object emit 'exit' when the child exits, and a new 'close' event when all stdio streams are closed. |
||
---|---|---|
.. | ||
addons | ||
disabled | ||
fixtures | ||
internet | ||
message | ||
pummel | ||
simple | ||
common.js |