mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
do not ignore SID persistence failures
This commit is contained in:
@@ -92,6 +92,6 @@ pub fn workspace_cap_sid_for_cwd(codex_home: &Path, cwd: &Path) -> Result<String
|
||||
}
|
||||
let sid = make_random_cap_sid_string();
|
||||
caps.workspace_by_cwd.insert(key, sid.clone());
|
||||
let _ = persist_caps(&path, &caps);
|
||||
persist_caps(&path, &caps)?;
|
||||
Ok(sid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user