Add FATAL severity to ScriptExternalHighlightingPass
This commit is contained in:
+1
@@ -89,6 +89,7 @@ class ScriptExternalHighlightingPass(
|
||||
|
||||
private fun ScriptReport.Severity.convertSeverity(): HighlightSeverity? {
|
||||
return when (this) {
|
||||
ScriptReport.Severity.FATAL -> ERROR
|
||||
ScriptReport.Severity.ERROR -> ERROR
|
||||
ScriptReport.Severity.WARNING -> WARNING
|
||||
ScriptReport.Severity.INFO -> INFORMATION
|
||||
|
||||
Reference in New Issue
Block a user