Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break of unzipp on empty zip-folder #10

Open
jzwiesler opened this issue Jun 13, 2018 · 0 comments
Open

Break of unzipp on empty zip-folder #10

jzwiesler opened this issue Jun 13, 2018 · 0 comments

Comments

@jzwiesler
Copy link

jzwiesler commented Jun 13, 2018

In Main.js file line 285 the zipped.load method breaks without possibility to catch the error if the zip-folder is empty.
A possbile fix could be
try{
zipped_obj.load(data);
} catch(err) {
callback(err);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant