mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-05 20:10:17 +00:00
fix(oneshot_finder): generate entries for passed result (#1602)
This commit is contained in:
@@ -55,6 +55,11 @@ return function(opts)
|
||||
end
|
||||
|
||||
if not job_completed then
|
||||
if not vim.tbl_isempty(results) then
|
||||
for _, v in ipairs(results) do
|
||||
process_result(v)
|
||||
end
|
||||
end
|
||||
for line in stdout:iter(false) do
|
||||
num_results = num_results + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user