Skip to content

Commit

Permalink
change puppeteer haadless to new
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Feb 3, 2025
1 parent ee799d8 commit 4b3222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/file-generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fileURLToPath } from "url";

(async () => {
const browser = await puppeteer.launch({
headless: true,
headless: "new",
});
const page = await browser.newPage();

Expand Down

0 comments on commit 4b3222e

Please sign in to comment.