-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix configurator subprocess stderr handling
We now successfully see all output in debug mode in all of PowerShell, Command Prompt, and Git Bash scenarios. There are still some badly behaved edge cases, such as a bash shell invoked from inside CMD or PS, but what do you want, I'm not a miracle worker! We also now emit a warning if launching in a potentially sideways scenario (CMD or PS), including hints on how to do it more successfully. Unfortunately, this logic doesn't detect whether any of the workarounds were used, particularly whether a batch file was used, which would be nice to know so that we don't warn spuriously. Maybe later...
- Loading branch information
Showing
5 changed files
with
222 additions
and
59 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
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