Skip to content

Commit 7081a10

Browse files
committed
fix(cli): remove unrelated CLI source change
1 parent 64bb210 commit 7081a10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/bin/chrome-devtools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const startCliOptions = {
4343
...cliOptions,
4444
} as Partial<typeof cliOptions>;
4545

46-
// autoConnect is supported by the CLI.
46+
// Not supported in CLI on purpose.
47+
delete startCliOptions.autoConnect;
4748
// Missing CLI serialization.
4849
delete startCliOptions.viewport;
4950
// CLI is generated based on the default tool definitions. To enable conditional

0 commit comments

Comments
 (0)