mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 23:21:27 -07:00
Fix atprocessor test on windows (#12252)
This commit is contained in:
committed by
GitHub
parent
121732dde6
commit
42a265d290
@@ -243,8 +243,7 @@ export async function handleAtCommand({
|
||||
: pathName;
|
||||
|
||||
if (stats.isDirectory()) {
|
||||
currentPathSpec =
|
||||
relativePath + (relativePath.endsWith(path.sep) ? `**` : `/**`);
|
||||
currentPathSpec = path.join(relativePath, '**');
|
||||
onDebugMessage(
|
||||
`Path ${pathName} resolved to directory, using glob: ${currentPathSpec}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user