We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517e528 commit 9d4a7b9Copy full SHA for 9d4a7b9
1 file changed
src/browser.ts
@@ -169,7 +169,7 @@ export async function launch(options: McpLaunchOptions): Promise<Browser> {
169
170
const args: LaunchOptions['args'] = [
171
...(options.chromeArgs ?? []),
172
- '--hide-crash-resore-bubble',
+ '--hide-crash-restore-bubble',
173
];
174
const ignoreDefaultArgs: LaunchOptions['ignoreDefaultArgs'] =
175
options.ignoreDefaultChromeArgs ?? false;
0 commit comments