mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-28 23:03:16 +00:00
improve synctex logging
This commit is contained in:
parent
905a761544
commit
bec46504eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue