improve synctex logging
This commit is contained in:
@@ -251,7 +251,7 @@ module.exports = CompileManager =
|
|||||||
compileName = getCompileName(project_id, user_id)
|
compileName = getCompileName(project_id, user_id)
|
||||||
CommandRunner.run compileName, command, directory, Settings.clsi.docker.image, timeout, {}, (error, output) ->
|
CommandRunner.run compileName, command, directory, Settings.clsi.docker.image, timeout, {}, (error, output) ->
|
||||||
if error?
|
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)
|
return callback(error)
|
||||||
callback(null, output.stdout)
|
callback(null, output.stdout)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user