From 649a69e90d471151df879c8c4848e737858b2c40 Mon Sep 17 00:00:00 2001 From: Murilo Pires <50873657+MuriloFP@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:46:51 -0300 Subject: [PATCH] Update src/services/glob/list-files.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- src/services/glob/list-files.ts | 1 - 1 file changed, 1 deletion(-) 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 {