mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-22 11:03:14 +00:00
- parseSessionMetadata: blank line within Completed section truncates items due to regex lookahead (?=###|\n\n|$) stopping at \n\n boundary - grepFile: sticky (y) flag not stripped like g flag, causing stateful .test() behavior that misses matching lines - getExecCommand: object args bypass SAFE_ARGS_REGEX (typeof !== 'string') but coerce to "[object Object]" in command string