Skip to content

Commit 2010544

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub async fn resolve_dependencies(
188188
}
189189
let path = tokio::fs::canonicalize(path)
190190
.await
191-
.with_context(|| format!("{}", path.display()))?;
191+
.with_context(|| format!("resolving local dependency {}", path.display()))?;
192192
Dependency::Local(path)
193193
}
194194
(None, Some(version)) => Dependency::Package(RegistryPackage {

0 commit comments

Comments
 (0)