From c6fd1bea7a2af49d713e303d80d7d0e088ca689f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 7 Nov 2021 18:50:22 +0100 Subject: [PATCH] fix(core): update --- ts/smartpuppeteer.classes.smartpuppeteer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartpuppeteer.classes.smartpuppeteer.ts b/ts/smartpuppeteer.classes.smartpuppeteer.ts index 3211a9e..22cedd4 100644 --- a/ts/smartpuppeteer.classes.smartpuppeteer.ts +++ b/ts/smartpuppeteer.classes.smartpuppeteer.ts @@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async ( args: chromeArgs, pipe: true, headless: true, - executablePath: '/usr/bin/google-chrome' + // executablePath: '/usr/bin/google-chrome' }); return headlessBrowser;