Update bug-report.md
This commit is contained in:
parent
a3ac8c640b
commit
cdf799ca62
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue