mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
test: fix tests
This commit is contained in:
parent
0614ca6ca6
commit
bbe136bda6
3 changed files with 24 additions and 23 deletions
|
@ -195,7 +195,6 @@ function Task:spawn(cmd, opts)
|
|||
local on_exit = opts.on_exit
|
||||
|
||||
function opts.on_line(line)
|
||||
self:notify(line)
|
||||
self.status = line
|
||||
if on_line then
|
||||
pcall(on_line, line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue