tinylibs / tinyexec

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

fix: use readline for iterator #7

Closed 43081j closed 2 months ago

43081j commented 2 months ago

Instead of hoping each chunk is a single line of output, this uses the readline module to read the stream line by line.