mirror of https://github.com/folke/lazy.nvim.git
fix(runner): wait_step
This commit is contained in:
parent
66a4170f0e
commit
93b3a77286
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue