Skip to content

Commit 52ad9c7

Browse files
authored
Revert "chore: edit punctuation in comment (#1764)"
This reverts commit a10f591.
1 parent a10f591 commit 52ad9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/chrome-devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ y.command(
100100
await start(args);
101101
process.exit(0);
102102
},
103-
).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself.
103+
).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself
104104

105105
y.command('status', 'Checks if chrome-devtools-mcp is running', async () => {
106106
if (isDaemonRunning()) {

0 commit comments

Comments
 (0)