Skip to content

Commit 4fdf181

Browse files
wolfibOrKoN
authored andcommitted
chore: edit punctuation in comment (ChromeDevTools#1771)
Reverts ChromeDevTools#1764 The goal is to trigger another run of release-please. The [previous run](ChromeDevTools#1215) did not pick up updated PR titles, so now I have updated PR descriptions [(1)](https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/1239)[(2)](https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/1762) in the hope that this causes the appropriate update in the release PR.
1 parent 501e14d commit 4fdf181

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)