mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Comment out roblox_studio mechanisms for now, start using env_logger
This commit is contained in:
@@ -9,7 +9,7 @@ pub fn init(project_path: &PathBuf) {
|
||||
println!("Created new empty project at {}", project_path.display());
|
||||
},
|
||||
Err(e) => {
|
||||
eprintln!("Failed to create new project.\n{}", e);
|
||||
error!("Failed to create new project.\n{}", e);
|
||||
process::exit(1);
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user