mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 16:38:19 +00:00
update api text inpu is password
This commit is contained in:
@@ -111,7 +111,6 @@ export async function regexSearchFiles(
|
||||
let output: string
|
||||
try {
|
||||
output = await execRipgrep(rgPath, args)
|
||||
console.log("output", output)
|
||||
} catch (error) {
|
||||
console.error("Error executing ripgrep:", error)
|
||||
return "No results found"
|
||||
@@ -161,9 +160,6 @@ export async function regexSearchFiles(
|
||||
results.push(currentResult as SearchResult)
|
||||
}
|
||||
|
||||
console.log("results", results)
|
||||
console.log("currentResult", currentResult)
|
||||
|
||||
return formatResults(results, directoryPath)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user