Fix log message

Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
Christopher Schleiden
2022-12-05 12:08:05 -08:00
committed by GitHub
co-authored by Josh Gross
parent c1a8ba0ca7
commit b0f6edca59
+1 -1
View File
@@ -25,7 +25,7 @@ export async function hover(document: TextDocument, position: Position): Promise
function getHover(token: TemplateToken): Hover | null {
if (token.definition) {
info(`Calculation hover for token with definition ${token.definition.key}`);
info(`Calculating hover for token with definition ${token.definition.key}`);
let description = "";
if (token.description) {