-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[setup-r] unlink [email protected] silently (#973)
- Loading branch information
1 parent
9b6154e
commit b9d31fd
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|