Validate missing
This commit is contained in:
parent
a19a590513
commit
73a85bf4b7
|
@ -99,7 +99,7 @@ export function validateHbsTemplate(
|
|||
})
|
||||
}
|
||||
|
||||
traverseNodes(ast.body, { ignoreMissing: true })
|
||||
traverseNodes(ast.body)
|
||||
} catch (e: any) {
|
||||
diagnostics.push({
|
||||
from: 0,
|
||||
|
|
Loading…
Reference in New Issue