Closed eush77 closed 8 years ago
@eush77 thanks a ton!
would you be maybe interested in maintain the project? I'm happy to give you push access to both github and npm
@vesln Yeah, I would be happy to help! :hammer:
just granted u push access, lmk what ur npm username is
done!
Currently test results are evaluated in the listener for
exit
event of the child process. However, exit event is not guaranteed to be emitted after standard output streams are closed, as demostrated by the program below:See also this warning from Node.js docs:
I can't come up with a failing test for this, but here's a failing example on the command line:
This patch listens for close event instead: