Skip to content

Commit

Permalink
comment is unnecessary, this is the first time we read current_effect…
Browse files Browse the repository at this point in the history
….first
  • Loading branch information
Rich-Harris committed Sep 18, 2024
1 parent 4079d92 commit 5bc8e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svelte/src/internal/client/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ function process_effects(effect, collected_effects) {
update_effect(current_effect);
}

// Child might have been mutated since running the effect or checking dirtiness
var child = current_effect.first;

if (child !== null) {
Expand Down

0 comments on commit 5bc8e4c

Please sign in to comment.