Skip to content

Commit e58cab4

Browse files
committed
Fix: bugs about errored expression containers.
1 parent 8426495 commit e58cab4

File tree

4 files changed

+959
-1
lines changed

4 files changed

+959
-1
lines changed

src/template/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ export function convertToDirective(code: string, parserOptions: any, locationCal
338338
expression: null,
339339
references: [],
340340
}
341-
replaceTokens(document, node.value, [])
342341
insertError(document, err)
343342
}
344343
else {

0 commit comments

Comments
 (0)