mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Pass with --fix
This commit is contained in:
parent
a4d634d84d
commit
5113876588
14 changed files with 74 additions and 77 deletions
|
@ -70,7 +70,7 @@ class Sequencer {
|
|||
this.stepThread(activeThread);
|
||||
activeThread.warpTimer = null;
|
||||
if (activeThread.isKilled) {
|
||||
i--; // if the thread is removed from the list (killed), do not increase index
|
||||
i--; // if the thread is removed from the list (killed), do not increase index
|
||||
}
|
||||
}
|
||||
if (activeThread.status === Thread.STATUS_RUNNING) {
|
||||
|
@ -158,8 +158,8 @@ class Sequencer {
|
|||
// to be re-executed.
|
||||
return;
|
||||
}
|
||||
// Don't go to the next block for this level of the stack,
|
||||
// since loops need to be re-executed.
|
||||
// Don't go to the next block for this level of the stack,
|
||||
// since loops need to be re-executed.
|
||||
continue;
|
||||
|
||||
} else if (stackFrame.waitingReporter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue