Skip to content

Commit 4c33df2

Browse files
committed
unused
1 parent dcbd613 commit 4c33df2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ let current_error = null;
2121
/**
2222
* @param {unknown} error
2323
* @param {Effect} effect
24-
* @param {Effect | null} [previous_effect]
2524
*/
26-
export function handle_error(error, effect, previous_effect = null) {
25+
export function handle_error(error, effect) {
2726
if (error === current_error) {
2827
// TODO is this necessary?
2928
return;

0 commit comments

Comments
 (0)