Replace sunde with node-execa
thomashoneyman opened this issue · 0 comments
thomashoneyman commented
The wonderful node-execa library by @JordanMartinez is a much better choice for working with child processes in Node, and does not suffer from bugs arising from splitting buffers across code units / code points.
https://github.com/JordanMartinez/purescript-node-execa
We can essentially drop it in anywhere we use sunde now.