Skip to content

Commit

Permalink
[setup-r] unlink [email protected] silently (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Feb 19, 2025
1 parent 9b6154e commit b9d31fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-r/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup-r/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async function acquireUtilsMacOS() {
await exec.exec(
"brew",
[ "unlink", "[email protected]" ],
{ silent: false }
{ silent: true }
);
} catch (error) {
// ignore error, in case it is not pre-installed in the future
Expand Down

0 comments on commit b9d31fd

Please sign in to comment.