Clean server output
This commit is contained in:
parent
482966462d
commit
f395b82680
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue