improve synctex logging

This commit is contained in:
Henry Oswald
2018-09-11 09:51:20 +01:00
parent 6299832a13
commit d3bb863d0a

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)