Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove trailing spaces
  • Loading branch information
mete0rfish committed Sep 1, 2025
commit ff0d560b462372ac625c0c451a254b0f51e6243a
4 changes: 2 additions & 2 deletions test/parallel/test-runner-exit-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ if (process.argv[2] === 'child') {
});
} else if (process.argv[3] === 'run-signal-false') {
run({ files: [fixtures.path('test-runner', 'never_ending_async.js')] });
console.log('child started');
console.log('child started');
} else if (process.argv[3] === 'run-signal-true') {
run({ files: [fixtures.path('test-runner', 'never_ending_async.js')], hookSignal: true });
console.log('child started');
console.log('child started');
} else assert.fail('unreachable');
} else {
let child = spawnSync(process.execPath, [__filename, 'child', 'pass']);
Expand Down