Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 28, 2024
1 parent b067287 commit 727fc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/alfa-scraper/src/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const { ceil } = Math;
export class Scraper {
public static async of(
browser: Promise<puppeteer.Browser> = puppeteer.launch({
headless: true,
args: [
"--no-sandbox",

Expand Down

0 comments on commit 727fc59

Please sign in to comment.