We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6726d commit 2780881Copy full SHA for 2780881
src/dist/component/package.rs
@@ -151,7 +151,7 @@ impl<'a> TarPackage<'a> {
151
// $pkgname-$version-$target. Skip that directory when
152
// unpacking.
153
unpack_without_first_dir(&mut archive, &temp_dir, notify_handler)
154
- .context("failed to extract package (perhaps you ran out of disk space?)")?;
+ .context("failed to extract package")?;
155
156
Ok(TarPackage(
157
DirectoryPackage::new(temp_dir.to_owned(), false)?,
0 commit comments