Ой, забыл раскоментить
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-18 02:51:13 +03:00
parent d8eac63c6f
commit 7fd5f8dfe6
2 changed files with 4 additions and 5 deletions

View File

@@ -12,8 +12,7 @@ async function initPuppeteer (page) {
}
(async () => {
// const browser = await puppeteer.launch({ executablePath: 'chromium-browser' })
const browser = await puppeteer.launch()
const browser = await puppeteer.launch({ executablePath: 'chromium-browser' })
const page = await browser.newPage()
await initPuppeteer(page)