Skip to content

Commit 2c9e2cc

Browse files
committed
thumbnail generator updated
1 parent 6b07246 commit 2c9e2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/thumbnail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ files.forEach(file => {
1515
})
1616

1717
const main = async () => {
18-
const browser = await puppeteer.launch({ headless: false })
18+
const browser = await puppeteer.launch()
1919

2020
browser.on("disconnected", () => {
2121
return 0

0 commit comments

Comments
 (0)