mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fixed missing value in logger
This commit is contained in:
parent
253a99e780
commit
e8e0b673eb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = OutputCacheManager =
|
|||
callback(err)
|
||||
else if not stats.isFile()
|
||||
# other filetype - reject it
|
||||
logger.error err: err, src: src, dst: dst, stat: stats, "nonfile output - refusing to copy to cache"
|
||||
logger.error err: err, src: src, stat: stats, "nonfile output - refusing to copy to cache"
|
||||
callback(new Error("output file is not a file"), file)
|
||||
else
|
||||
# it's a plain file, ok to copy
|
||||
|
|
Loading…
Reference in a new issue