mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Insulate VFS internals a little bit
This commit is contained in:
@@ -79,7 +79,7 @@ pub fn serve(project_path: &PathBuf, verbose: bool, port: Option<u64>) {
|
||||
}
|
||||
};
|
||||
|
||||
vfs.partitions.insert(name.clone(), path);
|
||||
vfs.insert_partition(name, path);
|
||||
}
|
||||
|
||||
Arc::new(Mutex::new(vfs))
|
||||
|
||||
Reference in New Issue
Block a user