fix(core): update
This commit is contained in:
@ -26,6 +26,8 @@ export const getEnvAwareBrowserInstance = async (
|
||||
headlessBrowser = await plugins.puppeteer.launch({
|
||||
args: chromeArgs,
|
||||
pipe: true,
|
||||
headless: true,
|
||||
executablePath: '/bin/chrome'
|
||||
});
|
||||
|
||||
return headlessBrowser;
|
||||
|
Reference in New Issue
Block a user