修复无头

This commit is contained in:
pplokijuhyg 2020-01-03 15:05:12 +08:00
parent a01152fc8a
commit 2071562374

View File

@ -5,6 +5,7 @@ let gethtml = (name) => {
return new Promise(async (res, rej) => {
puppeteer.launch({
headless: true,
args: ['--no-sandbox', '--disable-setuid-sandbox']
}).then(async (browser) => {
const page = await browser.newPage();