mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
Use Environment as the exec and fs gateway
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -34,7 +34,7 @@ pub(crate) struct FsApi {
|
||||
impl Default for FsApi {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
file_system: Arc::new(Environment::default().get_filesystem()),
|
||||
file_system: Environment::default().get_filesystem(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user