diff --git a/codex-rs/core/src/prompt_debug.rs b/codex-rs/core/src/prompt_debug.rs index c514a4f644..cc4f239bef 100644 --- a/codex-rs/core/src/prompt_debug.rs +++ b/codex-rs/core/src/prompt_debug.rs @@ -51,7 +51,7 @@ pub async fn build_prompt_input( Arc::new( EnvironmentManager::from_codex_home(config.codex_home.clone(), local_runtime_paths) .await - .map_err(|err| CodexErr::Fatal(err.to_string()))?, + .map_err(|err| CodexErr::Fatal(err.to_string()))?, ), /*analytics_events_client*/ None, state_db,