sindresorhus / nano-spawn

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

Add `result.output` #54

Closed ehmicky closed 2 weeks ago

ehmicky commented 2 weeks ago

This PR adds result.output, which combines stdout and stderr, interleaved.

It turns out this takes almost no bytes, and it is a rather useful feature. What do you think?

I named it result.output, but please feel free to suggest other names.

sindresorhus commented 2 weeks ago

"output" sounds good to me.