mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
formatting
This commit is contained in:
committed by
Aiden McClelland
parent
018b7e972c
commit
fd07d0208d
@@ -115,10 +115,7 @@ impl DockerAction {
|
||||
.with_kind(crate::ErrorKind::Docker)?;
|
||||
}
|
||||
let res = tokio::select! {
|
||||
res = handle
|
||||
.wait_with_output()
|
||||
=> res
|
||||
.with_kind(crate::ErrorKind::Docker)?,
|
||||
res = handle.wait_with_output() => res.with_kind(crate::ErrorKind::Docker)?,
|
||||
res = timeout_fut => res?,
|
||||
};
|
||||
Ok(if res.status.success() || res.status.code() == Some(143) {
|
||||
|
||||
Reference in New Issue
Block a user