Skip to content

Commit 23a32c5

Browse files
committed
fix
1 parent 22c4de4 commit 23a32c5

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/1-parse/state

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/1-parse/state/tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,5 +758,5 @@ function special(parser) {
758758
});
759759
return;
760760
}
761-
e.expected_tag();
761+
e.expected_tag(parser.index);
762762
}

0 commit comments

Comments
 (0)