Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Commit b46e737

Browse files
committed
Rapid fix
1 parent 942b6bd commit b46e737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

myInterpreter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ function nextStep() {
6565

6666
waitStep = 0;
6767
} else {
68-
68+
6969
exitInterpreter = false;
7070
eventTriggered = false;
7171
resetTimeout();
72-
73-
if (workspace.getBlockById(glowingId)) {
72+
var block = workspace.getBlockById(glowingId);
73+
if (block) {
7474
block.setGlowBlock(false);
7575
}
7676
if (workspace.getBlockById(currentlyGlowingStack))

0 commit comments

Comments
 (0)