Skip to content

Commit 11c7022

Browse files
committed
fix
1 parent a85e1a1 commit 11c7022

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/svelte-boundary-dev-const

1 file changed

+1
-1
lines changed

packages/svelte/tests/runtime-runes/samples/svelte-boundary-dev-const/main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if (ok) {
1010
return "OK";
1111
} else {
12-
fail();
12+
throwError();
1313
}
1414
}
1515
</script>

0 commit comments

Comments
 (0)