mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-23 03:23:09 +00:00
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.