豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)