mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
nit
This commit is contained in:
@@ -4219,7 +4219,13 @@ impl App {
|
||||
tui.frame_requester().schedule_frame();
|
||||
}
|
||||
AppEvent::ResumeSessionByIdOrName(id_or_name) => {
|
||||
match crate::lookup_session_target_with_app_server(app_server, &id_or_name).await? {
|
||||
match crate::lookup_session_target_with_app_server(
|
||||
app_server,
|
||||
self.config.codex_home.as_path(),
|
||||
&id_or_name,
|
||||
)
|
||||
.await?
|
||||
{
|
||||
Some(target_session) => {
|
||||
return self
|
||||
.resume_target_session(tui, app_server, target_session)
|
||||
|
||||
Reference in New Issue
Block a user