Skip to content

Commit 199d094

Browse files
abreu-devaslushnikov
authored andcommitted
fix: make launch options in ffPlaywright optional (#637)
1 parent 834698c commit 199d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/ffPlaywright.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class FFPlaywright implements Playwright {
6363
this._revision = preferredRevision;
6464
}
6565

66-
async launch(options: LaunchOptions): Promise<FFBrowser> {
66+
async launch(options?: LaunchOptions): Promise<FFBrowser> {
6767
const app = await this.launchBrowserApp(options);
6868
const browser = await FFBrowser.connect(app.connectOptions());
6969
// Hack: for typical launch scenario, ensure that close waits for actual process termination.

0 commit comments

Comments
 (0)