Skip to content

Commit

Permalink
child_process: fix linter error for issue 55834
Browse files Browse the repository at this point in the history
  • Loading branch information
MGorkov committed Dec 16, 2024
1 parent a7ef03a commit 73a8e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (process.argv[2] === 'child') {
} else {
process.disconnect();
}
})()
})();
} else {
const child = child_process.spawn(process.execPath, [__filename, 'child'], {
stdio: ['inherit', 'inherit', 'inherit', 'ipc'],
Expand Down

0 comments on commit 73a8e0d

Please sign in to comment.