tinylibs / tinyexec

📟 A tiny, higher level interface around child_process
MIT License
100 stars 1 forks source link

feat: use streams rather than a buffer #10

Closed 43081j closed 2 months ago

43081j commented 2 months ago

Reworks the main output method to use streams directly rather than accumulating chunks through events. This should mean we don't hold any output until the user awaits the result.