Skip to content

Commit 0e09115

Browse files
committed
unused
1 parent 786b50a commit 0e09115

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/svelte/src/internal/client/error-handling.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ export function invoke_error_boundary(error, effect) {
4444
// @ts-expect-error
4545
current.fn(error);
4646
return;
47-
} catch {
48-
// Remove boundary flag from effect (TODO is this still useful?)
49-
current.f ^= BOUNDARY_EFFECT;
50-
}
47+
} catch {}
5148
}
5249

5350
current = current.parent;

0 commit comments

Comments
 (0)