We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f20c4c commit 2cfe5fcCopy full SHA for 2cfe5fc
src/parse.ts
@@ -292,7 +292,7 @@ export class Parser {
292
293
if ((<ElementNode>this.currentTag).tag !== tagToClose) {
294
this.throwError(
295
- new SyntaxError(`Expected closing "${(<ElementNode>this.currentTag).tag}", found "${tagToClose}"`),
+ new SyntaxError(`Expected closing "${(<ElementNode>this.currentTag).tag}", found "${tagToClose} at ${this.position}"`),
296
);
297
}
298
0 commit comments