mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 16:02:23 +00:00
more verbose docker wait errors
This commit is contained in:
@@ -305,7 +305,7 @@ async fn handle_docker_job(
|
||||
.await
|
||||
.map_err(|e| {
|
||||
tracing::error!("Error waiting for container: {:?}", e);
|
||||
anyhow::anyhow!("Error waiting for container")
|
||||
anyhow::anyhow!("Error waiting for container: {:?}", e)
|
||||
})?;
|
||||
let waited = wait.first().map(|x| x.status_code);
|
||||
Ok(waited)
|
||||
|
||||
Reference in New Issue
Block a user