mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
log each file unzipped
This commit is contained in:
parent
76d73951f2
commit
6001f14261
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ module.exports = ArchiveManager =
|
|||
# read all the entries
|
||||
zipfile.readEntry()
|
||||
zipfile.on "entry", (entry) ->
|
||||
logger.log {source:source, fileName: entry.fileName}, "processing zip file entry"
|
||||
ArchiveManager._checkFilePath entry, destination, (err, destFile) ->
|
||||
if err?
|
||||
logger.warn err:err, source:source, destination:destination, "skipping bad file path"
|
||||
|
|
Loading…
Reference in a new issue