Skip to content

Commit 4ee5bc7

Browse files
committed
Fix exec server filesystem environment construction
1 parent 0add615 commit 4ee5bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/exec-server/src/server/filesystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub(crate) struct ExecServerFileSystem {
3636
impl Default for ExecServerFileSystem {
3737
fn default() -> Self {
3838
Self {
39-
file_system: Arc::new(Environment.get_filesystem()),
39+
file_system: Arc::new(Environment::default().get_filesystem()),
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)