mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 17:23:37 -07:00
wip
This commit is contained in:
@@ -281,9 +281,12 @@ export class KeychainTokenStorage
|
||||
);
|
||||
|
||||
return success;
|
||||
} catch (_error) {
|
||||
} catch (error) {
|
||||
this.keychainAvailable = false;
|
||||
|
||||
// Log the error for debugging purposes, especially on Linux
|
||||
console.error('Keychain availability check failed:', error);
|
||||
|
||||
// Do not log the raw error message to avoid potential PII leaks
|
||||
// (e.g. from OS-level error messages containing file paths)
|
||||
coreEvents.emitTelemetryKeychainAvailability(
|
||||
|
||||
Reference in New Issue
Block a user