mafintosh / tar-stream

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

Docs Resume Call #26

Closed toddpi314 closed 10 years ago

toddpi314 commented 10 years ago

On this item on the README.md: https://github.com/mafintosh/tar-stream/blob/master/README.md#extracting

Shouldn't you call 'resume' after the observation of end/data events? Calling resume before can possibly flush before the end event is registered.

Thanks for this library!

mafintosh commented 10 years ago

Yeah I think you are right. Just fixes this.