Merge pull request #33504 from overleaf/bg-upgrade-yauzl
Upgrade yauzl library in web to version 3.3.0 GitOrigin-RevId: 82b4158db7a432f4257bd48402840f07801c6d07
This commit is contained in:
@@ -138,7 +138,7 @@ function _extractZipFiles(source, destination) {
|
||||
destFile,
|
||||
})
|
||||
zipfile.close() // bail out, stop reading file entries
|
||||
done(err)
|
||||
done(new InvalidZipFileError().withCause(err))
|
||||
} else {
|
||||
entryFileCount++
|
||||
zipfile.readEntry() // continue to the next file
|
||||
|
||||
Reference in New Issue
Block a user