debugger set finished
Some checks failed
CI / Test (20) (push) Has been cancelled
CI / Test (22) (push) Has been cancelled
CI / Test (23) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Lint / Lint (lts/*) (push) Has been cancelled
Types tests / Test (lts/*) (push) Has been cancelled

This commit is contained in:
Kilian Schüttler 2025-03-27 03:39:34 +01:00
parent 20b6e32907
commit c7dbda09c0

View File

@ -3603,6 +3603,9 @@ class InternalRenderTask {
this.callback();
}
if (this.stepper) {
this.stepper.finished = true;
}
}
}
}