Correctly report errors in multi-line expression strings

This commit is contained in:
Christopher Schleiden
2022-12-12 10:43:39 -08:00
parent 78589ec327
commit 681236bbca
2 changed files with 119 additions and 3 deletions
-2
View File
@@ -209,8 +209,6 @@ async function validateExpression(
severity: DiagnosticSeverity.Warning,
range: mapRange(expression.range)
});
} else {
throw e;
}
}
}