fix(runner): wait_step

This commit is contained in:
Folke Lemaitre 2024-06-26 20:17:32 +02:00
parent 66a4170f0e
commit 93b3a77286
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ function Runner:_start()
if step.task == "wait" then
plugin._.working = false
waiting = waiting + 1
wait_step = s.step
else
s.task = self:queue(plugin, step)
plugin._.working = not not s.task