Skip to content

Commit

Permalink
fix(checker): dont clear tasks when running update check
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 23, 2023
1 parent cab4682 commit ed21070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazy/manage/checker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -60,6 +61,7 @@ function M.check()
M.schedule()
else
Manage.check({
clear = false,
show = false,
concurrency = Config.options.checker.concurrency,
}):wait(function()
Expand Down

0 comments on commit ed21070

Please sign in to comment.