We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1030f commit 2010544Copy full SHA for 2010544
crates/wasm-pkg-core/src/wit.rs
@@ -188,7 +188,7 @@ pub async fn resolve_dependencies(
188
}
189
let path = tokio::fs::canonicalize(path)
190
.await
191
- .with_context(|| format!("{}", path.display()))?;
+ .with_context(|| format!("resolving local dependency {}", path.display()))?;
192
Dependency::Local(path)
193
194
(None, Some(version)) => Dependency::Package(RegistryPackage {
0 commit comments