We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3f516 commit 51e7956Copy full SHA for 51e7956
test/sequential/test-regress-GH-1726.js test/sequential/test-regress-child_process-exit.js
@@ -20,12 +20,13 @@
20
// USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
'use strict';
23
+require('../common');
24
+
25
// Open a chain of five Node processes each a child of the next. The final
-// process exits immediately. Each process in the chain is instructed to
-// exit when its child exits.
26
+// process exits immediately. Each process in the chain is instructed to exit
27
+// when its child exits.
28
// https://github.com/joyent/node/issues/1726
29
-require('../common');
30
const assert = require('assert');
31
const ch = require('child_process');
32
0 commit comments