don't error on a bad synctex call

This commit is contained in:
Henry Oswald
2018-08-23 11:18:05 +01:00
parent 607bb74ffa
commit 6299832a13
2 changed files with 2 additions and 6 deletions

View File

@@ -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()