pull/15844/head
Rich Harris 3 months ago
parent d367052169
commit c79553bec7

@ -30,8 +30,7 @@ export function handle_error(error) {
throw error; throw error;
} }
// @ts-expect-error /** @type {Boundary} */ (effect.b).error(error);
effect.fn(error);
} else { } else {
// otherwise we bubble up the effect tree ourselves // otherwise we bubble up the effect tree ourselves
invoke_error_boundary(error, effect); invoke_error_boundary(error, effect);

Loading…
Cancel
Save