Update indicatif for multi-progressbar

This commit is contained in:
2021-08-17 13:15:36 +00:00
parent 05cb455108
commit ed81ba995f
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ impl System {
for pb in pbs.into_iter() {
pb.finish_and_clear()
}
target.join_and_clear().unwrap();
target.clear().unwrap();
}
}
}