Skip to content

Commit 9d4a7b9

Browse files
committed
fix arg typo
1 parent 517e528 commit 9d4a7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export async function launch(options: McpLaunchOptions): Promise<Browser> {
169169

170170
const args: LaunchOptions['args'] = [
171171
...(options.chromeArgs ?? []),
172-
'--hide-crash-resore-bubble',
172+
'--hide-crash-restore-bubble',
173173
];
174174
const ignoreDefaultArgs: LaunchOptions['ignoreDefaultArgs'] =
175175
options.ignoreDefaultChromeArgs ?? false;

0 commit comments

Comments
 (0)