This commit is contained in:
Dung Nguyen 2022-02-25 22:28:57 +07:00
parent d344c5f1e8
commit 9ba0a51a89

View File

@ -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 });