fix(core): update
This commit is contained in:
parent
1d2eca0991
commit
f05c2226c5
@ -25,6 +25,7 @@ export const getEnvAwareBrowserInstance = async (
|
||||
console.log(chromeArgs);
|
||||
headlessBrowser = await plugins.puppeteer.launch({
|
||||
args: chromeArgs,
|
||||
pipe: true
|
||||
});
|
||||
|
||||
return headlessBrowser;
|
||||
|
Loading…
Reference in New Issue
Block a user