use debugLogger instead of console (#12095)

This commit is contained in:
Tommaso Sciortino
2025-10-27 11:35:16 -07:00
committed by GitHub
parent e115083fac
commit 0e4dce23b2
5 changed files with 9 additions and 18 deletions

View File

@@ -590,7 +590,7 @@ Logging in with Google... Please restart Gemini CLI to continue.
},
Date.now(),
);
console.error('Error refreshing memory:', error);
debugLogger.warn('Error refreshing memory:', error);
}
}, [config, historyManager, settings.merged]);