mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
show logs on failure.
This commit is contained in:
parent
2c321a4803
commit
62ececeef8
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ define [
|
|||
else if response.status == "failure"
|
||||
$scope.pdf.view = 'errors'
|
||||
$scope.pdf.failure = true
|
||||
$scope.shouldShowLogs = true
|
||||
fetchLogs()
|
||||
else if response.status == 'clsi-maintenance'
|
||||
$scope.pdf.view = 'errors'
|
||||
|
|
Loading…
Reference in a new issue