mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
406 stars 92 forks source link

Fix incorrect fallback pattern for readable-stream #85

Closed heri16 closed 6 years ago

mafintosh commented 6 years ago

We don't use readable-stream as a fallback but as a way to ensure which version of streams we get.

heri16 commented 6 years ago

Sure. No problem. Thanks.