Skip to content

Commit

Permalink
Bug fix for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Feb 4, 2024
1 parent 671cef9 commit b238938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn delete_using_finder(full_paths: Vec<String>) -> Result<(), Error> {

Some(code) => {
return Err(Error::Os {
code: result.status.code(),
code,
description: format!("The AppleScript exited with error. stderr: {}", stderr),
})
}
Expand Down

0 comments on commit b238938

Please sign in to comment.