mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
fix: reduce usage of open_if_present (#11344)
This commit is contained in:
@@ -637,7 +637,7 @@ async fn resolve_resume_path(
|
||||
Some(config.cwd.as_path())
|
||||
};
|
||||
match codex_core::RolloutRecorder::find_latest_thread_path(
|
||||
&config.codex_home,
|
||||
config,
|
||||
1,
|
||||
None,
|
||||
codex_core::ThreadSortKey::UpdatedAt,
|
||||
|
||||
Reference in New Issue
Block a user