hrsh7th / nvim-kit

My personal Lua utilities for neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redefined local `args`

uga-rosa opened this issue · comments

Failed in luacheck.

local args = { ... }
return AsyncTask.new(function(resolve, reject)
uv.new_work(function(runner, args, option)

It's not merged into the main branch, is it ok to close it?

Sorry! I did the wrong git operation.

I think now the branch was merged correctly.