We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4c2b8 commit 6e37e40Copy full SHA for 6e37e40
test/parallel/test-child-process-bad-stdio.js
@@ -5,7 +5,9 @@ const common = require('../common');
5
if (process.argv[2] === 'timeout') {
6
setTimeout(() => {}, common.platformTimeout(100));
7
return;
8
-} else if (process.argv[2] === 'interval') {
+}
9
+
10
+if (process.argv[2] === 'interval') {
11
setInterval(() => {}, 10_000);
12
13
}
0 commit comments