-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide better error messages for underlying shell commands
When shell commands failed a helpful error message wasn't always provided to the user. This change improves the specific XcodeInstaller.Error cases and their error messages. Not all Current.shell command failures are caught and turned into our own error type, so this also improves the fallback behaviour by printing output from Process.PMKError.execution, which is omitted by default.
- Loading branch information
1 parent
66dff74
commit 22dc57c
Showing
3 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
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
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
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