Update checked-in dependencies
This commit is contained in:
parent
52df12d45d
commit
294a6ed044
315 changed files with 1937 additions and 1303 deletions
2
node_modules/adm-zip/zipFile.js
generated
vendored
2
node_modules/adm-zip/zipFile.js
generated
vendored
|
|
@ -294,7 +294,7 @@ module.exports = function (/*Buffer|null*/ inBuffer, /** object */ options) {
|
|||
|
||||
mainHeader.size = 0;
|
||||
mainHeader.offset = 0;
|
||||
totalEntries = 0;
|
||||
let totalEntries = 0;
|
||||
|
||||
for (const entry of this.entries) {
|
||||
// compress data and set local and entry header accordingly. Reason why is called first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue