Add missing break statement
This commit is contained in:
committed by
GitHub
parent
aa0103ba56
commit
26ebb2ec63
@@ -172,6 +172,7 @@ function invalidValue(diagnostics: Diagnostic[], token: StringToken, kind: Value
|
||||
severity: DiagnosticSeverity.Warning,
|
||||
range: mapRange(token.range)
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user