Skip to content

Commit 8e1c617

Browse files
mkatychevricochet
andauthored
Apply suggestion from @ricochet
Co-authored-by: Bailey Hayes <ricochet@users.noreply.github.com>
1 parent f8498fb commit 8e1c617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/wasm-pkg-common/src

crates/wasm-pkg-common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub enum Error {
4545
NoRegistryForNamespace(Label),
4646
#[error("Package not found")]
4747
PackageNotFound,
48-
#[error("registry error")]
48+
#[error("registry error: {0:#}")]
4949
RegistryError(#[source] anyhow::Error),
5050
#[error("registry metadata error: {0:#}")]
5151
RegistryMetadataError(#[source] anyhow::Error),

0 commit comments

Comments
 (0)