Skip to content

Commit 69877ae

Browse files
committed
add a couple newlines
1 parent 702adf9 commit 69877ae

File tree

1 file changed

+3
-0
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+3
-0
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function boundary(node, props, boundary_fn) {
8181
if (boundary_effect) {
8282
pause_effect(boundary_effect);
8383
}
84+
8485
with_boundary(boundary, () => {
8586
boundary_effect = null;
8687
is_creating_fallback = false;
@@ -106,6 +107,7 @@ export function boundary(node, props, boundary_fn) {
106107
with_boundary(boundary, () => {
107108
boundary_effect = null;
108109
is_creating_fallback = true;
110+
109111
try {
110112
boundary_effect = branch(() => {
111113
failed(
@@ -117,6 +119,7 @@ export function boundary(node, props, boundary_fn) {
117119
} catch (error) {
118120
handle_error(error, boundary, null, boundary.ctx);
119121
}
122+
120123
reset_is_throwing_error();
121124
is_creating_fallback = false;
122125
});

0 commit comments

Comments
 (0)