fix(core): update

This commit is contained in:
2021-11-07 18:30:08 +01:00
parent 8305dd105c
commit ebd60756ea
2 changed files with 4 additions and 121 deletions

View File

@ -26,6 +26,8 @@ export const getEnvAwareBrowserInstance = async (
headlessBrowser = await plugins.puppeteer.launch({
args: chromeArgs,
pipe: true,
headless: true,
executablePath: '/bin/chrome'
});
return headlessBrowser;