Add missing break statement

This commit is contained in:
Christopher Schleiden
2022-11-29 07:56:07 -08:00
committed by GitHub
parent aa0103ba56
commit 26ebb2ec63
+1
View File
@@ -172,6 +172,7 @@ function invalidValue(diagnostics: Diagnostic[], token: StringToken, kind: Value
severity: DiagnosticSeverity.Warning, severity: DiagnosticSeverity.Warning,
range: mapRange(token.range) range: mapRange(token.range)
}); });
break;
} }
} }