mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
use Syntax error for consistency in file check
This commit is contained in:
parent
696a7206c1
commit
092d7da479
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue