child_process: Separate 'close' event from 'exit'
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.
parent
928ea564
Please register or sign in to comment