Skip to content

Commit 2eec55a

Browse files
authored
chore: edit punctuation in comment (#1771)
Reverts #1764 The goal is to trigger another run of release-please. The [previous run](#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 a10f591 commit 2eec55a

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)