mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Replace console.log(data) with process.stdout.write(data) in both pass-through paths to prevent appending a trailing newline that corrupts the hook output. Add 7 tests covering exact byte fidelity, malformed JSON, missing file_path, non-existent files, exclusion patterns in check-console-log, non-git repo handling, and empty stdin. |
||
|---|---|---|
| .. | ||
| check-console-log.js | ||
| evaluate-session.js | ||
| post-edit-console-warn.js | ||
| post-edit-format.js | ||
| post-edit-typecheck.js | ||
| pre-compact.js | ||
| session-end.js | ||
| session-start.js | ||
| suggest-compact.js | ||