From ee82b88c221b0bd08960171a5a5bc384b3016425 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Tue, 7 Jan 2020 15:33:18 -0800 Subject: [PATCH] Update wkLauncher.ts --- src/webkit/wkLauncher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({