Function check_status

Source
fn check_status(
    status: ExitStatus,
    command: &str,
) -> Result<(), Box<dyn Error + Send + Sync>>