fix: improve glob tool Windows compatibility and rg resolution (#309)

This commit is contained in:
Sisyphus
2025-12-29 10:10:22 +09:00
committed by GitHub
parent 55a3a6c9eb
commit 6dd98254be
4 changed files with 71 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export { resolveGrepCli, type GrepBackend } from "../grep/constants"
export { resolveGrepCli, resolveGrepCliWithAutoInstall, type GrepBackend } from "../grep/constants"
export const DEFAULT_TIMEOUT_MS = 60_000
export const DEFAULT_LIMIT = 100