use Syntax error for consistency in file check

This commit is contained in:
Brian Gough 2016-08-25 16:55:49 +01:00
parent 696a7206c1
commit 092d7da479

View file

@ -280,7 +280,7 @@ define [
else
warnings.push result
all = [].concat errors, warnings
logHints = HumanReadableLogs.parse {type: "Validation", all, errors, warnings}
logHints = HumanReadableLogs.parse {type: "Syntax", all, errors, warnings}
accumulateResults logHints
processBiber = (log) ->