improve synctex logging

This commit is contained in:
Henry Oswald 2018-09-11 09:51:20 +01:00
parent 905a761544
commit bec46504eb

View file

@ -251,7 +251,7 @@ module.exports = CompileManager =
compileName = getCompileName(project_id, user_id)
CommandRunner.run compileName, command, directory, Settings.clsi.docker.image, timeout, {}, (error, output) ->
if error?
logger.err err:error, command:command, "error running synctex"
logger.err err:error, command:command, project_id:project_id, user_id:user_id, "error running synctex"
return callback(error)
callback(null, output.stdout)