add debugging
This commit is contained in:
parent
f52f2c825c
commit
2b5ff55015
|
|
@ -10,6 +10,7 @@ exports.handler = async (event, context) => {
|
|||
browser = await puppeteer.launch({
|
||||
args: chromium.args,
|
||||
defaultViewport: chromium.defaultViewport,
|
||||
dumpio: true,
|
||||
executablePath: await chromium.executablePath(),
|
||||
headless: chromium.headless,
|
||||
ignoreHTTPSErrors: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue