feat: use scan_directory util (#2121)

This commit is contained in:
yetone
2025-06-03 11:51:58 +08:00
committed by GitHub
parent 12d69945c5
commit c8b075333f
2 changed files with 2 additions and 8 deletions

View File

@@ -788,7 +788,7 @@ function M.scan_directory(options)
end
cmd_supports_max_depth = false
else
M.error("No search command found")
M.error("No search command found, please install fd or fdfind or rg")
return {}
end
end