mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
fix: TypeError: Cannot read properties of undefined (reading 'authType') (#3914)
This commit is contained in:
@@ -160,7 +160,7 @@ export async function runNonInteractive(
|
||||
console.error(
|
||||
parseAndFormatApiError(
|
||||
error,
|
||||
config.getContentGeneratorConfig().authType,
|
||||
config.getContentGeneratorConfig()?.authType,
|
||||
),
|
||||
);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user