Skip to content

Commit a10f591

Browse files
authored
chore: edit punctuation in comment (#1764)
Only to trigger release-please
1 parent f7ae9e8 commit a10f591

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)