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