regular / unbzip2-stream

streaming unbzip2 implementatio in pure javascript for node and browsers
Other
29 stars 23 forks source link

Fix error emission on incomplete streams #27

Closed sfriesel closed 4 years ago

sfriesel commented 5 years ago

The stream object is this. Also add a test that covers this error path with a bzip2 file that lacks a stream CRC.

This addresses the secondary comment in #26