broke the tele picker, fix pt 4

This commit is contained in:
dlond 2025-05-26 02:09:23 +12:00
parent 12ae5d3a90
commit ed9c58d02a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ local function collect_executables(start_dir)
end end
local function pick_executable(start_dir) 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) return async.wrap(function(_start_dir, on_choice)
local executables = collect_executables(_start_dir) local executables = collect_executables(_start_dir)
if #executables == 0 then if #executables == 0 then