Commit Graph

2 Commits (76ddf06f1081e51c163f1c5bc3d37895ed2c62c6)

Author SHA1 Message Date
Bert Belder c06e1002c8 windows: make test-child-process-exec-error pass 2012-08-28 21:46:58 +02:00
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure
libuv calls the exit cb with exit code == -1 when it fails to spawn the new
process. Anticipate that and emit the error on the ChildProcess object.
2012-08-21 14:29:20 +02:00