mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 18:30:05 +08:00
update verbose outputs
This commit is contained in:
@@ -253,7 +253,7 @@ fn main() {
|
|||||||
cmd.arg(&args[i]);
|
cmd.arg(&args[i]);
|
||||||
}
|
}
|
||||||
if *VERBOSE {
|
if *VERBOSE {
|
||||||
print_message(MessageType::DEBUG, "Environment variables:");
|
print_message(MessageType::DEBUG, "-----Environment variables-----");
|
||||||
for (k, v) in new_env {
|
for (k, v) in new_env {
|
||||||
print_message(MessageType::DEBUG, &format!("{}={}", k, v));
|
print_message(MessageType::DEBUG, &format!("{}={}", k, v));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user