mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: pipelines now always run sequential
This commit is contained in:
parent
2abdc681fa
commit
3768256956
5 changed files with 45 additions and 57 deletions
|
@ -1,7 +1,7 @@
|
|||
local Task = require("lazy.manage.task")
|
||||
|
||||
describe("task", function()
|
||||
local plugin = { name = "test" }
|
||||
local plugin = { name = "test", _ = {} }
|
||||
|
||||
local done = false
|
||||
local error = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue