mirror of
https://github.com/openai/codex.git
synced 2026-02-01 14:44:17 +00:00
Fix deploy (#10251)
Fix https://github.com/openai/codex/actions/runs/21527697445/job/62035898666
This commit is contained in:
committed by
GitHub
parent
9b29a48a09
commit
2457bb3c40
@@ -1154,6 +1154,7 @@ impl App {
|
||||
return Ok(AppExitInfo {
|
||||
token_usage: app.token_usage(),
|
||||
thread_id: app.chat_widget.thread_id(),
|
||||
thread_name: app.chat_widget.thread_name(),
|
||||
update_action: app.pending_update_action,
|
||||
exit_reason,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user