Skip to content

Commit bfe3b71

Browse files
committed
regenerate
1 parent 463c8f7 commit bfe3b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ export function unexpected_reserved_word(node, word) {
15801580
* @returns {never}
15811581
*/
15821582
export function unterminated_string_constant(node) {
1583-
e(node, "unterminated_string_constant", "Unterminated string constant");
1583+
e(node, "unterminated_string_constant", `Unterminated string constant\nhttps://svelte.dev/e/unterminated_string_constant`);
15841584
}
15851585

15861586
/**

0 commit comments

Comments
 (0)