Skip to content

Commit a297f81

Browse files
committed
use display formatting in dependency log
1 parent 3da07d8 commit a297f81

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ pub async fn resolve_dependencies(
201201
continue;
202202
}
203203
};
204-
tracing::debug!(dependency = ?dep);
204+
205+
tracing::debug!(dependency = %dep);
205206
resolver
206207
.add_dependency(&pkg, &dep)
207208
.await

0 commit comments

Comments
 (0)