[thin_check (rust)] factor out spawn_progress_thread

This commit is contained in:
Joe Thornber
2020-08-18 09:48:51 +01:00
parent e8d7e5cf1e
commit 239ae6b6ec
2 changed files with 48 additions and 40 deletions

View File

@ -91,7 +91,7 @@ fn main() {
report
};
if let Err(reason) = check(&opts) {
if let Err(reason) = check(opts) {
println!("Application error: {}", reason);
process::exit(1);
}