Skip to content

Commit

Permalink
Document the intent of utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Apr 9, 2024
1 parent 5ca0350 commit 4873cbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/install/macos.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ const getExecOptions = async function () {
};

/**
* Remove the "quarantine" attribute which macOS uses to prevent accidental
* execution of code from unverified sources.
*
* https://support.apple.com/en-us/101987
*
* @param {ExecOptions} options
* @returns {Promise<void>}
*/
Expand Down

0 comments on commit 4873cbe

Please sign in to comment.