Update wkLauncher.ts
This commit is contained in:
parent
47add88567
commit
ee82b88c22
|
|
@ -76,7 +76,7 @@ export class WKLauncher {
|
|||
}
|
||||
webkitArguments.push('--inspector-pipe');
|
||||
// Headless options is only implemented on Mac at the moment.
|
||||
// if (process.platform === 'darwin' && options.headless !== false)
|
||||
if (process.platform === 'darwin' && options.headless !== false)
|
||||
webkitArguments.push('--headless');
|
||||
|
||||
const launchedProcess = await launchProcess({
|
||||
|
|
|
|||
Loading…
Reference in a new issue