mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Fix async storage URL resolution return
This commit is contained in:
@@ -1934,7 +1934,7 @@ impl Config {
|
||||
));
|
||||
}
|
||||
};
|
||||
Ok(resolved?)
|
||||
resolved
|
||||
}
|
||||
|
||||
fn load_instructions(codex_dir: Option<&Path>) -> Option<String> {
|
||||
|
||||
Reference in New Issue
Block a user