mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(ui): always clear complete tasks with the same name when starting a new task
This commit is contained in:
parent
5c0c381b56
commit
85e375223f
2 changed files with 4 additions and 2 deletions
|
@ -338,7 +338,6 @@ end
|
|||
|
||||
---@param task LazyTask
|
||||
function M:log(task)
|
||||
-- FIXME: only show last log task
|
||||
local log = vim.trim(task.output)
|
||||
if log ~= "" then
|
||||
local lines = vim.split(log, "\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue