diff --git a/lib/Launcher.js b/lib/Launcher.js index c5060f7ae69..41dc1e5da3c 100644 --- a/lib/Launcher.js +++ b/lib/Launcher.js @@ -133,7 +133,7 @@ class Launcher { chromeExecutable, chromeArguments, { - // On non-windows platforms, `detached: false` makes child process a leader of a new + // On non-windows platforms, `detached: true` makes child process a leader of a new // process group, making it possible to kill child process tree with `.kill(-pid)` command. // @see https://nodejs.org/api/child_process.html#child_process_options_detached detached: process.platform !== 'win32',