fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-12 14:41:44 +00:00
parent 1d2eca0991
commit f05c2226c5

View File

@ -25,6 +25,7 @@ export const getEnvAwareBrowserInstance = async (
console.log(chromeArgs);
headlessBrowser = await plugins.puppeteer.launch({
args: chromeArgs,
pipe: true
});
return headlessBrowser;