Ой, забыл раскоментить
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
index.js
3
index.js
@@ -12,8 +12,7 @@ async function initPuppeteer (page) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
// const browser = await puppeteer.launch({ executablePath: 'chromium-browser' })
|
const browser = await puppeteer.launch({ executablePath: 'chromium-browser' })
|
||||||
const browser = await puppeteer.launch()
|
|
||||||
const page = await browser.newPage()
|
const page = await browser.newPage()
|
||||||
await initPuppeteer(page)
|
await initPuppeteer(page)
|
||||||
|
|
||||||
|
|||||||
@@ -18,9 +18,9 @@ const primaries = [
|
|||||||
|
|
||||||
const items = []
|
const items = []
|
||||||
|
|
||||||
// warframes.forEach((name) => {
|
warframes.forEach((name) => {
|
||||||
// items.push(new Warframe(name))
|
items.push(new Warframe(name))
|
||||||
// })
|
})
|
||||||
|
|
||||||
primaries.forEach((name) => {
|
primaries.forEach((name) => {
|
||||||
items.push(new Primary(name))
|
items.push(new Primary(name))
|
||||||
|
|||||||
Reference in New Issue
Block a user