Files
gh-anthemflynn-ccmp-plugins…/commands/watch-console.md
2025-11-29 17:55:23 +08:00

551 B

description, allowed-tools, argument-hint, model
description allowed-tools argument-hint model
Watch browser console in real-time. Shows errors, warnings, and logs as they happen. Bash(*)
--errors | --warnings
haiku

Watch Console

Monitor browser console output in real-time.

node ~/.claude/plugins/*/skills/website-debug/scripts/browser-console.js --watch $ARGUMENTS

Options

  • No arguments: All console messages
  • --errors: Only error messages
  • --warnings: Errors and warnings

Press Ctrl+C to stop watching.

Report any errors that appear and suggest fixes.