Skip to content

Commit ac1030f

Browse files
mkatychevlann
andauthored
Update crates/wasm-pkg-core/src/wit.rs
Co-authored-by: Lann <github-lann@lannbox.com>
1 parent eab5895 commit ac1030f

File tree

1 file changed

+1
-2
lines changed
  • crates/wasm-pkg-core/src

1 file changed

+1
-2
lines changed

crates/wasm-pkg-core/src/wit.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ pub async fn resolve_dependencies(
206206
resolver
207207
.add_dependency(&pkg, &dep)
208208
.await
209-
.with_context(|| dep.clone())
210-
.context("Unable to add dependency")?;
209+
.with_context(|| format!("unable to add dependency {dep}"))?;
211210
}
212211
}
213212
let (_name, packages) = get_packages(path)?;

0 commit comments

Comments
 (0)