feat: add searching indicator (#1717) (#2637)

This commit is contained in:
Marskey
2023-08-08 01:10:24 +08:00
committed by GitHub
parent 96da5716e4
commit dc192faceb
4 changed files with 14 additions and 12 deletions

View File

@@ -87,6 +87,7 @@ function JobFinder:_find(prompt, process_result, process_complete)
local opts = self:fn_command(prompt)
if not opts then
process_complete()
return
end