We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaf04f commit b93b664Copy full SHA for b93b664
1 file changed
interpreter.ts
@@ -164,7 +164,7 @@ namespace microcode {
164
// make sure we have something to do
165
if (this.rule.actuators.length == 0) return
166
// prevent re-entrancy
167
- if (this.ok()) return
+ if (this.actionRunning) return
168
this.actionRunning = true
169
control.runInBackground(() => {
170
this.backgroundActive = true
0 commit comments