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:
Murilo Pires 2025-06-27 00:46:51 -03:00 committed by MuriloFP
parent 1024c37320
commit 649a69e90d

View file

@ -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> {