mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 18:30:05 +08:00
add ok log
This commit is contained in:
@@ -318,6 +318,7 @@ fn read_build_json_object_from_env() -> Option<json::JsonValue> {
|
|||||||
if *VERBOSE {
|
if *VERBOSE {
|
||||||
print_message(MessageType::DEBUG, &format!("Use env configed build.json: {}", json::stringify(build_json_object.clone())));
|
print_message(MessageType::DEBUG, &format!("Use env configed build.json: {}", json::stringify(build_json_object.clone())));
|
||||||
}
|
}
|
||||||
|
print_message(MessageType::OK, "Find build.json @ENV");
|
||||||
Some(build_json_object)
|
Some(build_json_object)
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
|
|||||||
Reference in New Issue
Block a user