Update bug-report.md

This commit is contained in:
Kyle McNally 2022-10-13 12:41:25 -04:00 committed by GitHub
parent a3ac8c640b
commit cdf799ca62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ exports.handler = async (event, context, callback) => {
let browser = null; let browser = null;
try { try {
browser = await chromium.puppeteer.launch({ browser = await puppeteer.launch({
args: chromium.args, args: chromium.args,
defaultViewport: chromium.defaultViewport, defaultViewport: chromium.defaultViewport,
executablePath: await chromium.executablePath, executablePath: await chromium.executablePath,