mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
Extract rollout into its own crate (#15548)
This commit is contained in:
@@ -1570,7 +1570,7 @@ impl Session {
|
||||
})?;
|
||||
let rollout_path = rollout_recorder
|
||||
.as_ref()
|
||||
.map(|rec| rec.rollout_path.clone());
|
||||
.map(|rec| rec.rollout_path().to_path_buf());
|
||||
|
||||
let mut post_session_configured_events = Vec::<Event>::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user