mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Added session id logging for non-interactive sessions in debug mode (#7032)
This commit is contained in:
@@ -369,6 +369,10 @@ export async function main() {
|
|||||||
config,
|
config,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (config.getDebugMode()) {
|
||||||
|
console.log('Session ID: %s', sessionId);
|
||||||
|
}
|
||||||
|
|
||||||
await runNonInteractive(nonInteractiveConfig, input, prompt_id);
|
await runNonInteractive(nonInteractiveConfig, input, prompt_id);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user