diff --git a/src/services/glob/list-files.ts b/src/services/glob/list-files.ts index e7e78511d2..7cf26c7528 100644 --- a/src/services/glob/list-files.ts +++ b/src/services/glob/list-files.ts @@ -318,7 +318,6 @@ async function listFilteredDirectories( ignoreInstance: ReturnType, ): Promise { 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 {