Skip to content

Commit

Permalink
chore: Update deprecated method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Nov 30, 2024
1 parent 6ea7c83 commit a564972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/applescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const APPLE_SCRIPT_FEATURE = 'apple_script';
* The actual stderr output is set to the error message value.
*/
export async function macosExecAppleScript (opts = {}) {
this.ensureFeatureEnabled(APPLE_SCRIPT_FEATURE);
this.assertFeatureEnabled(APPLE_SCRIPT_FEATURE);

const {
script,
Expand Down

0 comments on commit a564972

Please sign in to comment.