Skip to content

Commit

Permalink
chore: update error doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-crabnebula committed Oct 19, 2023
1 parent c5a7ec0 commit e5f3fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/packager/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ pub enum Error {
/// Failed to extract external binary filename
#[error("Failed to extract filename from {0}")]
FailedToExtractFilename(PathBuf),
/// Failed to remove extra attributes from app bundle
#[error("Failed to remove extended file attributes from app bundle: {0}")]
/// Failed to remove extended attributes from app bundle
#[error("Failed to remove extended attributes from app bundle: {0}")]
#[cfg(target_os = "macos")]
FailedToRemoveExtendedAttributes(std::io::Error),
}
Expand Down

0 comments on commit e5f3fcf

Please sign in to comment.