You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove check_early_hints.js/py from .gitignore (Comment #1)
- Fix ESLint/Prettier issues in check_early_hints.js:
- Move require('ws') to top of file
- Replace msgId++ with msgId += 1
- Wrap single-arg arrow params in parentheses
- Add process.exit(1) when no Chrome tabs found in JS file (Comment #4)
- Add explicit sys.exit() for success/failure in Python file (Comment #5)
- Add language identifiers to fenced code blocks in docs/thruster.md (Comment #6)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments