mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't raise an error if output.blg
cannot be found.
This commit is contained in:
parent
d566ce3fd2
commit
12b0e982c8
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ define [
|
|||
entries.warnings = entries.warnings.concat(biberLogEntries.warnings)
|
||||
proceed()
|
||||
.error (e) ->
|
||||
console.error ">> error", e
|
||||
# it's not an error for the output.blg file to not be present
|
||||
proceed()
|
||||
# # # #
|
||||
.error () ->
|
||||
|
|
Loading…
Reference in a new issue