Skip to content

Commit

Permalink
Merge pull request #3 from chenquincy/master
Browse files Browse the repository at this point in the history
fix: add error callback to zip-browser's zip.createReader.

merged
  • Loading branch information
xiaoyuze88 committed May 13, 2019
2 parents fba3ecf + 1375470 commit 12e4fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip-browser.js
Expand Up @@ -76,7 +76,7 @@ Unzip.prototype.getEntries = function (callback) {
zipReader.getEntries(function (entries) {
callback(null, entries, entries.length);
});
});
}, callback);
};

Unzip.getEntryData = function (entry, callback) {
Expand Down

0 comments on commit 12e4fe0

Please sign in to comment.