mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
refactor: Migrate console.error to debugLogger.warn in atCommandProcessor.ts (#12134)
This commit is contained in:
@@ -281,7 +281,7 @@ export async function handleAtCommand({
|
||||
);
|
||||
}
|
||||
} catch (globError) {
|
||||
console.error(
|
||||
debugLogger.warn(
|
||||
`Error during glob search for ${pathName}: ${getErrorMessage(globError)}`,
|
||||
);
|
||||
onDebugMessage(
|
||||
@@ -294,7 +294,7 @@ export async function handleAtCommand({
|
||||
);
|
||||
}
|
||||
} else {
|
||||
console.error(
|
||||
debugLogger.warn(
|
||||
`Error stating path ${pathName}: ${getErrorMessage(error)}`,
|
||||
);
|
||||
onDebugMessage(
|
||||
|
||||
Reference in New Issue
Block a user