neon-bindings / neon

Rust bindings for writing safe and fast native Node.js modules.
https://www.neon-bindings.com/
Apache License 2.0
8k stars 283 forks source link

update the cargo-cp-artifact to make windows nice #972

Closed DnOberon closed 1 year ago

DnOberon commented 1 year ago

Spawn has slightly different behavior on windows causing the cp command to fail when passing it additional arguments such as -- type output.txt (similar to cat). This additive change ensures that we are spawning a shell when appropriate on a windows platform. Tested cross platform.