Skip to content

Commit

Permalink
fix: name chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosouz4dev committed Sep 29, 2020
1 parent 1a18c5d commit 25c1a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export async function initBrowser(
//userDataDir: path.join(process.cwd(), session),
args: options.browserArgs
? options.browserArgs
: [...puppeteerConfig.chroniumArgs],
: [...puppeteerConfig.chromiumArgs],
...extras,
})
.then((e) => {
Expand Down

0 comments on commit 25c1a3d

Please sign in to comment.