Skip to content

Commit

Permalink
Woops I forgot to give "blocks" to continue hahah
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Oct 7, 2024
1 parent aa44b51 commit 1d1a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class Thread {
* Continue the current running loop onto the next iteration.
*/
continueCurrentLoop () {
const stackFrame = this.peekStackFrame();
const blocks = this.blockContainer, stackFrame = this.peekStackFrame();

if (!stackFrame._continueData) {
let frameData = false;
Expand Down

0 comments on commit 1d1a53c

Please sign in to comment.