mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
use Syntax error for consistency in file check
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user