fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-07 18:50:22 +01:00
parent 4f94fa31ac
commit c6fd1bea7a

View File

@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async (
args: chromeArgs, args: chromeArgs,
pipe: true, pipe: true,
headless: true, headless: true,
executablePath: '/usr/bin/google-chrome' // executablePath: '/usr/bin/google-chrome'
}); });
return headlessBrowser; return headlessBrowser;