sindresorhus / nano-spawn

Tiny process execution for humans — a better child_process
MIT License
195 stars 4 forks source link

Fix small issue when iterating and `stdout` option is `ignore` #62

Closed ehmicky closed 1 week ago

ehmicky commented 2 weeks ago

This PR fixes a small bug when iterating over promise.stdout/promise.stderr and the stdout/stderr option is 'ignore' (or anything else but 'pipe').

ehmicky commented 1 week ago

Fixed tests.