mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update src/services/glob/list-files.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
1024c37320
commit
649a69e90d
1 changed files with 0 additions and 1 deletions
|
|
@ -318,7 +318,6 @@ async function listFilteredDirectories(
|
|||
ignoreInstance: ReturnType<typeof ignore>,
|
||||
): Promise<string[]> {
|
||||
const absolutePath = path.resolve(dirPath)
|
||||
const targetDirPath = absolutePath // Store the explicitly targeted directory
|
||||
const directories: string[] = []
|
||||
|
||||
async function scanDirectory(currentPath: string, isTargetDir: boolean = false): Promise<void> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue