You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports.Utils.makeDir can be replaced with mkdirSync since that is what makeDir calls. I'll submit the fix today along with some other new things i've been working on for the last few days. including synchronous deflater
Trying to extract a zip file to a directoy that doesn't exist yet fails:
Changing
exports.Utils.makeDir
tomodule.exports.makeDir
just causes another error, apparently the path resolving inmkdirSync
is buggy.The text was updated successfully, but these errors were encountered: