We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
totalEntries was not declared, throwing error at this line. to fix, I just put let at begin in this line.
let totalEntries = 0;
this situation was introced at this comit:
https://github.com/cthackers/adm-zip/blame/161a61f2283b96bbe692a7c5d232787636e8b3bc/zipFile.js#L259
The text was updated successfully, but these errors were encountered:
fix: totalEntries is not defined
7e31f27
Update zipFile.js, declaring totalEntries variable using 'let' keyword. resolv: cthackers#534
I am hitting on the same issue. I am unable to reproduce after downgrading to 0.5.10.
Sorry, something went wrong.
Same here, downgraded to 0.5.14
Successfully merging a pull request may close this issue.
totalEntries was not declared, throwing error at this line.
to fix, I just put let at begin in this line.
let totalEntries = 0;
this situation was introced at this comit:
https://github.com/cthackers/adm-zip/blame/161a61f2283b96bbe692a7c5d232787636e8b3bc/zipFile.js#L259
The text was updated successfully, but these errors were encountered: