sindresorhus / hook-std

Hook and modify stdout and stderr
MIT License
54 stars 12 forks source link

Allow Buffer return types #4

Closed jamestalmage closed 8 years ago

jamestalmage commented 8 years ago

The user should be able to return Buffers, especially since they might receive buffers they want to ignore and simply pass through.

I am working on a fix.