Skip to content

Commit 801cea7

Browse files
committed
tweak
1 parent 3812e5f commit 801cea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,7 @@ function infinite_loop_guard() {
517517
function flush_queued_root_effects(root_effects) {
518518
infinite_loop_guard();
519519
for (var i = 0; i < root_effects.length; i++) {
520-
var signal = root_effects[i];
521-
flush_nested_effects(signal);
520+
flush_nested_effects(root_effects[i]);
522521
}
523522
}
524523

0 commit comments

Comments
 (0)