Skip to content

Commit

Permalink
temp: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Dec 31, 2024
1 parent c79c4ec commit e85b356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/macOS/enableAppleScriptControlSystemDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export function enableAppleScriptControlSystemDefaults(): void {

return;
} catch (e) {
console.error(e);

throw new Error(
`${ERR_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS}\n\n${e.message}`
);
Expand Down

0 comments on commit e85b356

Please sign in to comment.