We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10f591 commit 52ad9c7Copy full SHA for 52ad9c7
1 file changed
src/bin/chrome-devtools.ts
@@ -100,7 +100,7 @@ y.command(
100
await start(args);
101
process.exit(0);
102
},
103
-).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
104
105
y.command('status', 'Checks if chrome-devtools-mcp is running', async () => {
106
if (isDaemonRunning()) {
0 commit comments