mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00: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