Skip to content

Commit

Permalink
fix(runner): wait_step
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 26, 2024
1 parent 66a4170 commit 93b3a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/manage/runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b3a77

Please sign in to comment.