From f05c2226c5135c8c9f8c0acab4e72f28088921ce Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 12 Jan 2021 14:41:44 +0000 Subject: [PATCH] fix(core): update --- ts/smartpuppeteer.classes.smartpuppeteer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/smartpuppeteer.classes.smartpuppeteer.ts b/ts/smartpuppeteer.classes.smartpuppeteer.ts index 6c0bbf4..d591b80 100644 --- a/ts/smartpuppeteer.classes.smartpuppeteer.ts +++ b/ts/smartpuppeteer.classes.smartpuppeteer.ts @@ -25,6 +25,7 @@ export const getEnvAwareBrowserInstance = async ( console.log(chromeArgs); headlessBrowser = await plugins.puppeteer.launch({ args: chromeArgs, + pipe: true }); return headlessBrowser;