Comment out roblox_studio mechanisms for now, start using env_logger

This commit is contained in:
Lucien Greathouse
2018-09-21 18:00:41 -07:00
parent a69cbf45df
commit dbad0a16c4
9 changed files with 77 additions and 16 deletions

View File

@@ -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);
},
}