feat: implement oci image progress (#64)

* feat: oci progress events

* feat: oci progress bars on launch
This commit is contained in:
Alex Zenla
2024-04-12 11:09:26 -07:00
committed by GitHub
parent 6cef03bffa
commit 6d07112e3d
26 changed files with 630 additions and 159 deletions

View File

@ -179,6 +179,8 @@ impl AutoNetworkWatcher {
break;
},
Ok(_) => {},
Err(error) => {
warn!("failed to receive event: {}", error);
}