mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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)?;
|
.with_kind(crate::ErrorKind::Docker)?;
|
||||||
}
|
}
|
||||||
let res = tokio::select! {
|
let res = tokio::select! {
|
||||||
res = handle
|
res = handle.wait_with_output() => res.with_kind(crate::ErrorKind::Docker)?,
|
||||||
.wait_with_output()
|
|
||||||
=> res
|
|
||||||
.with_kind(crate::ErrorKind::Docker)?,
|
|
||||||
res = timeout_fut => res?,
|
res = timeout_fut => res?,
|
||||||
};
|
};
|
||||||
Ok(if res.status.success() || res.status.code() == Some(143) {
|
Ok(if res.status.success() || res.status.code() == Some(143) {
|
||||||
|
|||||||
Reference in New Issue
Block a user