nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

nativeZip is never called #12

Closed remithomas closed 6 years ago

remithomas commented 6 years ago

nativeZip seems to be never called here

And if I changed to use the right method, I got

child_process.js:398
    throw new TypeError('"options" argument must be an object');
nfriedly commented 6 years ago

This is finally fixed in v2.0!