mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(checker): dont clear tasks when running update check
This commit is contained in:
parent
cab4682d22
commit
ed210702f5
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ function M.start()
|
|||
M.fast_check()
|
||||
if M.schedule() > 0 then
|
||||
Manage.log({
|
||||
clear = false,
|
||||
show = false,
|
||||
check = true,
|
||||
concurrency = Config.options.checker.concurrency,
|
||||
|
@ -60,6 +61,7 @@ function M.check()
|
|||
M.schedule()
|
||||
else
|
||||
Manage.check({
|
||||
clear = false,
|
||||
show = false,
|
||||
concurrency = Config.options.checker.concurrency,
|
||||
}):wait(function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue