diff --git a/src/webkit/wkLauncher.ts b/src/webkit/wkLauncher.ts index 2f41a95fcd..c4050b124c 100644 --- a/src/webkit/wkLauncher.ts +++ b/src/webkit/wkLauncher.ts @@ -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({