mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.9.1-release
committed by
isaacs
4 changed files with 27 additions and 7 deletions
Loading…
Reference in new issue