max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
391 stars 127 forks source link

fix: allow relative paths as target folder name #118

Open martinheidegger opened 3 years ago

martinheidegger commented 3 years ago

It seemed like the targetDirectory needed to be absolute. Using path.resolve this PR allows to also use relative paths.