don't error on a bad synctex call
This commit is contained in:
@@ -109,7 +109,7 @@ module.exports = DockerRunner =
|
||||
err.code = exitCode
|
||||
return callback(err)
|
||||
containerReturned = true
|
||||
options.SecurityOpt = null #small log line
|
||||
options?.HostConfig?.SecurityOpt = null #small log line
|
||||
logger.log err:err, exitCode:exitCode, options:options, "docker container has exited"
|
||||
callbackIfFinished()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user