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: do not use `fs.promises` API #93

Closed aslushnikov closed 4 years ago

aslushnikov commented 4 years ago

Using this API on Node 10.15 results in a warning message to the users' console.