Fix deploy (#10251)
Fix https://github.com/openai/codex/actions/runs/21527697445/job/62035898666
This commit is contained in:
parent
9b29a48a09
commit
2457bb3c40
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue