wait for validation process to close

This commit is contained in:
jb-alvarado 2022-10-05 20:55:45 +02:00
parent 8a5889be37
commit 8fe7b87644

View File

@ -107,6 +107,10 @@ fn check_media(
error_list.clear();
if let Err(e) = enc_proc.wait() {
error!("Validation process: {e:?}");
}
Ok(())
}