Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Apr 22, 2022
1 parent 02f7fd8 commit 0569c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/lib/browsers/firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ export async function open (browser: Browser, url, options: any = {}, automation
})

try {
await firefoxUtil.setup({ automation,
await firefoxUtil.setup({
automation,
extensions: launchOptions.extensions,
url,
foxdriverPort,
Expand Down

0 comments on commit 0569c91

Please sign in to comment.