Skip to content

Commit a4d5f25

Browse files
committed
use var
1 parent 37ab5f9 commit a4d5f25

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
@@ -644,7 +644,7 @@ function infinite_loop_guard() {
644644
}
645645

646646
function flush_queued_root_effects() {
647-
let was_updating_effect = is_updating_effect;
647+
var was_updating_effect = is_updating_effect;
648648

649649
try {
650650
var flush_count = 0;

0 commit comments

Comments
 (0)