mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Don't display message on make find
This commit is contained in:
parent
c1f13049dc
commit
5d5ea4b306
@ -207,7 +207,9 @@ fn main_inner() -> anyhow::Result<()> {
|
||||
for recipe in &recipe_names {
|
||||
match repo_inner(&config, &command, recipe) {
|
||||
Ok(_) => {
|
||||
print_success(&command, Some(&recipe.name));
|
||||
if !command.is_informational() {
|
||||
print_success(&command, Some(&recipe.name));
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
if config.cook.nonstop && verbose {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user