Skip to content

Commit b93b664

Browse files
committed
weaken condition
1 parent 4eaf04f commit b93b664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interpreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace microcode {
164164
// make sure we have something to do
165165
if (this.rule.actuators.length == 0) return
166166
// prevent re-entrancy
167-
if (this.ok()) return
167+
if (this.actionRunning) return
168168
this.actionRunning = true
169169
control.runInBackground(() => {
170170
this.backgroundActive = true

0 commit comments

Comments
 (0)