forked from rojo-rbx/rojo
Simplify plugin installation by using Plugins instead of InstalledPlugins
This commit is contained in:
@@ -27,7 +27,7 @@ pub fn serve(project_dir: &PathBuf, override_port: Option<u64>) {
|
||||
|
||||
println!("Using project {:#?}", project);
|
||||
|
||||
roblox_studio::install_bundled_plugin();
|
||||
roblox_studio::install_bundled_plugin().unwrap();
|
||||
|
||||
let mut session = Session::new(project.clone());
|
||||
session.start();
|
||||
|
||||
Reference in New Issue
Block a user