fix
This commit is contained in:
parent
d344c5f1e8
commit
9ba0a51a89
2
index.js
2
index.js
@ -249,7 +249,7 @@ ${coverLastResult(CONFIG.historys[3])} ${coverLastResult(
|
||||
}
|
||||
|
||||
puppeteer
|
||||
.launch({ headless: false, args: ["--no-sandbox"] })
|
||||
.launch({ headless: true, args: ["--no-sandbox"] })
|
||||
.then(async (browser) => {
|
||||
const page = await browser.newPage();
|
||||
await page.setViewport({ width: 1366, height: 768 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user