Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Dec 8, 2024
1 parent 4e5c6e6 commit 29c7a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ pub enum ScriptMethod {
/// This is the default.
Cli,

/// Call into `OSAKit` directly via ObjC-bindings. Faster, but can sometimes to fail to trigger Finder action, stalling for 2 min.
/// Call into `OSAKit` directly via ObjC-bindings. Faster, but can sometimes fail to trigger any Finder action,
/// stalling for 2 min instead.
///
Osakit,
}
Expand Down

0 comments on commit 29c7a62

Please sign in to comment.