mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Remove redundant variable. (#713)
This commit is contained in:
@@ -116,12 +116,8 @@ async function main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Non-interactive mode handled by runNonInteractive
|
// Non-interactive mode handled by runNonInteractive
|
||||||
const nonInteractiveConfigResult = await loadNonInteractiveConfig(
|
const nonInteractiveConfig = await loadNonInteractiveConfig(config, settings);
|
||||||
config,
|
|
||||||
settings,
|
|
||||||
);
|
|
||||||
|
|
||||||
const nonInteractiveConfig = nonInteractiveConfigResult;
|
|
||||||
await runNonInteractive(nonInteractiveConfig, input);
|
await runNonInteractive(nonInteractiveConfig, input);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user