Skip to content

Commit

Permalink
🔧 Support pipe: true setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gretch committed Oct 17, 2022
1 parent 377096e commit b5f7819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grover/js/processor.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const _processPage = (async (convertAction, urlOrHtml, options) => {
launchParams.executablePath = executablePath;
}

launchParams.pipe = true;

// Launch the browser and create a page
browser = await puppeteer.launch(launchParams);
const page = await browser.newPage();
Expand Down

0 comments on commit b5f7819

Please sign in to comment.