Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ChengyuZhu6 <[email protected]>
  • Loading branch information
ChengyuZhu6 committed Jul 29, 2024
1 parent ba5a5d4 commit f92a518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-rs/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async fn async_processing(
error!("failed to unpack layer: {e:?}");
tokio::fs::remove_dir_all(destination.as_path())
.await
.context("Failed to roll back when unpacking")?;
.context("Failed to roll back when unpacking to {destination.as_path():?}")?;
return Err(e);
}

Expand Down

0 comments on commit f92a518

Please sign in to comment.