Skip to content

test: fix child_process testcase to actually detect regression

This is taken verbatim from #7257, with the original author not responding. After https://github.com/libuv/libuv/pull/611 changed the relative timing of events upon child process exit, the test case from https://github.com/nodejs/node/pull/5036 needs a setImmediate() inserted to actually detect the original regression.

Merge request reports

Loading