mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add log on exited error code
This commit is contained in:
parent
f0b927e8e2
commit
9f5fbefb8a
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ module.exports = DockerRunner =
|
|||
if exitCode is 1 # exit status from chktex
|
||||
err = DockerRunner.ERR_EXITED
|
||||
err.code = exitCode
|
||||
logger.err err:err, exitCode:exitCode, options:options, "docker container has exited"
|
||||
return callback(err)
|
||||
containerReturned = true
|
||||
callbackIfFinished()
|
||||
|
|
Loading…
Reference in a new issue