We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8498fb commit 8e1c617Copy full SHA for 8e1c617
1 file changed
crates/wasm-pkg-common/src/lib.rs
@@ -45,7 +45,7 @@ pub enum Error {
45
NoRegistryForNamespace(Label),
46
#[error("Package not found")]
47
PackageNotFound,
48
- #[error("registry error")]
+ #[error("registry error: {0:#}")]
49
RegistryError(#[source] anyhow::Error),
50
#[error("registry metadata error: {0:#}")]
51
RegistryMetadataError(#[source] anyhow::Error),
0 commit comments