Clean server output
This commit is contained in:
@@ -50,7 +50,7 @@ fn main() {
|
||||
|
||||
while let Some(uri) = tasks.pop() {
|
||||
|
||||
println!("{}", format!("---- STARTING BUILD ---- from {}", uri).bold().green());
|
||||
println!("{}", format!("---- STARTING BUILD ---- from {}", uri.path()).bold().green());
|
||||
match builder.build(&uri) {
|
||||
Err(_) => {
|
||||
println!("{}", "--------- FAIL ---------".bold().red());
|
||||
|
||||
Reference in New Issue
Block a user