broke the tele picker, fix pt 4
This commit is contained in:
parent
12ae5d3a90
commit
ed9c58d02a
|
@ -32,6 +32,7 @@ local function collect_executables(start_dir)
|
|||
end
|
||||
|
||||
local function pick_executable(start_dir)
|
||||
vim.notify('pick_executable() was triggered with start_dir=' .. start_dir, vim.log.levels.INFO)
|
||||
return async.wrap(function(_start_dir, on_choice)
|
||||
local executables = collect_executables(_start_dir)
|
||||
if #executables == 0 then
|
||||
|
|
Loading…
Reference in New Issue