Skip to content

Commit

Permalink
fix(comment): fix typo in Launcher.js (puppeteer#4959)
Browse files Browse the repository at this point in the history
  • Loading branch information
2kindsofcs authored and Roman Fojtik committed Dec 21, 2019
1 parent 1dd5850 commit a36308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Launcher.js
Expand Up @@ -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',
Expand Down

0 comments on commit a36308b

Please sign in to comment.