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;
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue