Validate missing

This commit is contained in:
Adria Navarro 2025-02-18 16:09:33 +01:00
parent a19a590513
commit 73a85bf4b7
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export function validateHbsTemplate(
}) })
} }
traverseNodes(ast.body, { ignoreMissing: true }) traverseNodes(ast.body)
} catch (e: any) { } catch (e: any) {
diagnostics.push({ diagnostics.push({
from: 0, from: 0,