From 4e6eef588298fe608039fbef642c5805e64fa0c8 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Tue, 28 Oct 2025 10:16:47 -0700 Subject: [PATCH] refactor: Migrate console.error to debugLogger.warn in atCommandProcessor.ts (#12134) --- packages/cli/src/ui/hooks/atCommandProcessor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/ui/hooks/atCommandProcessor.ts b/packages/cli/src/ui/hooks/atCommandProcessor.ts index 01d5907324..da2eb3eb56 100644 --- a/packages/cli/src/ui/hooks/atCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/atCommandProcessor.ts @@ -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(