mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-30 03:51:27 +08:00
c0c54d0dae
Windows cmd.exe treats single quotes literally, so `echo '...' | node -e '...'` fails. Switched to execFileSync with the `input` option to pipe stdin data directly without shell quoting issues.