aaa
Dominic Gannaway 8 months ago
parent 10751c85fb
commit b35e19cf42

@ -846,7 +846,7 @@ function process_effects(effect, collected_effects) {
try { try {
if (check_dirtiness(current_effect)) { if (check_dirtiness(current_effect)) {
update_effect(current_effect); update_effect(current_effect);
if ((current_effect.f & IS_ASYNC) !== 0 && !suspended) { if ((flags & IS_ASYNC) !== 0 && !suspended) {
suspended = true; suspended = true;
} }
} }

Loading…
Cancel
Save