mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
feat: implement oci image progress (#64)
* feat: oci progress events * feat: oci progress bars on launch
This commit is contained in:
@ -179,6 +179,8 @@ impl AutoNetworkWatcher {
|
||||
break;
|
||||
},
|
||||
|
||||
Ok(_) => {},
|
||||
|
||||
Err(error) => {
|
||||
warn!("failed to receive event: {}", error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user