don't big error
This commit is contained in:
parent
4907362c71
commit
ae19448ee8
@ -1244,8 +1244,9 @@ fn extract_textures(paths:Vec<std::path::PathBuf>,vpk_paths:Vec<std::path::PathB
|
||||
}
|
||||
for thread in thread_handles{
|
||||
match thread.join(){
|
||||
Ok(a)=>a?,
|
||||
Err(e)=>println!("error: {:?}",e),
|
||||
Ok(Err(e))=>println!("write error: {:?}",e),
|
||||
Err(e)=>println!("thread error: {:?}",e),
|
||||
Ok(_)=>(),
|
||||
}
|
||||
}
|
||||
Ok::<(),anyhow::Error>(())
|
||||
|
Loading…
Reference in New Issue
Block a user