thejoshwolfe / yauzl

yet another unzip library for node
MIT License
681 stars 77 forks source link

Get the correct fileName from extra filed when decodeStrings is false #112

Closed fpsqdb closed 4 years ago

fpsqdb commented 4 years ago

This commit 6b20581 adds support for getting fileName from extra filed and fixes issue #33, but this is only possible if decodeStrings is true. This PR makes it possible to get the correct fileName when decodeStrings is false.

fpsqdb commented 4 years ago

Sorry for this mistake, please delete this branch. 😥