From 52ad9c737497019cf4679b8a053d476406af4764 Mon Sep 17 00:00:00 2001 From: Wolfgang Beyer Date: Tue, 31 Mar 2026 08:27:33 +0200 Subject: [PATCH] Revert "chore: edit punctuation in comment (#1764)" This reverts commit a10f591499c4a2f172229027f9e2b45de0581556. --- src/bin/chrome-devtools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/chrome-devtools.ts b/src/bin/chrome-devtools.ts index cefb13489..53a8eba54 100644 --- a/src/bin/chrome-devtools.ts +++ b/src/bin/chrome-devtools.ts @@ -100,7 +100,7 @@ y.command( await start(args); process.exit(0); }, -).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself. +).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself y.command('status', 'Checks if chrome-devtools-mcp is running', async () => { if (isDaemonRunning()) {