We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588a73d commit 221b390Copy full SHA for 221b390
frontend-utils/src/bundle/source.rs
@@ -31,7 +31,7 @@ pub enum BundleSourceError {
31
#[error("Invalid or corrupt zip")]
32
InvalidZip,
33
34
- #[error("IO error opening file")]
+ #[error("IO error opening file: {0}")]
35
Io(#[from] Error),
36
}
37
0 commit comments