Skip to content

Commit 90cdc16

Browse files
committed
align with main
1 parent 8ba4f71 commit 90cdc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ function process_effects(root, fork) {
855855
update_effect(effect);
856856
}
857857
} catch (error) {
858-
handle_error(error, effect, null, null);
858+
handle_error(error, effect, null, effect.ctx);
859859
}
860860
} else if ((flags & RENDER_EFFECT) !== 0) {
861861
if (is_branch) {

0 commit comments

Comments
 (0)