mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Remove redundant variable. (#713)
This commit is contained in:
@@ -116,12 +116,8 @@ async function main() {
|
||||
}
|
||||
|
||||
// Non-interactive mode handled by runNonInteractive
|
||||
const nonInteractiveConfigResult = await loadNonInteractiveConfig(
|
||||
config,
|
||||
settings,
|
||||
);
|
||||
const nonInteractiveConfig = await loadNonInteractiveConfig(config, settings);
|
||||
|
||||
const nonInteractiveConfig = nonInteractiveConfigResult;
|
||||
await runNonInteractive(nonInteractiveConfig, input);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user