Skip to content

Commit

Permalink
Merge pull request #748 from portersupport/patch-1
Browse files Browse the repository at this point in the history
Update child_process spawn to use shell
  • Loading branch information
Aveline committed Mar 19, 2023
2 parents 6377b85 + 8d50bad commit 478fa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browsers/chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ chrome.spawn = function (options) {
'--disable-gpu',
'--remote-debugging-port=' + this.options.browserDebuggingPort,
'--hide-scrollbars',
]);
], {shell: true});

resolve();
});
Expand Down

0 comments on commit 478fa6d

Please sign in to comment.