Don't raise an error if output.blg cannot be found.

This commit is contained in:
Shane Kilkelly 2016-03-22 14:42:00 +00:00
parent d566ce3fd2
commit 12b0e982c8

View file

@ -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 () ->