From cdf799ca6208ecf033dbd2894c2d266d489000c4 Mon Sep 17 00:00:00 2001 From: Kyle McNally Date: Thu, 13 Oct 2022 12:41:25 -0400 Subject: [PATCH] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 52956da..405d9a6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -38,7 +38,7 @@ exports.handler = async (event, context, callback) => { let browser = null; try { - browser = await chromium.puppeteer.launch({ + browser = await puppeteer.launch({ args: chromium.args, defaultViewport: chromium.defaultViewport, executablePath: await chromium.executablePath,