Reverting two changes made that prevent gh-valet from writing stderr and stdout to the console. These changes were causing output hangs for windows machines. We need to pull out these changes until we come up with a more robust solution that works for all machines.
Note - We are still working on a different fix. If there's a quick fix we can make to resolve the Windows issues, then we won't merge these changes.
How's this tested?
Manually ran various commands to ensure they work as expected
What's changing?
Reverting two changes made that prevent gh-valet from writing stderr and stdout to the console. These changes were causing output hangs for windows machines. We need to pull out these changes until we come up with a more robust solution that works for all machines.
Note - We are still working on a different fix. If there's a quick fix we can make to resolve the Windows issues, then we won't merge these changes.
How's this tested?
Manually ran various commands to ensure they work as expected
Closes #89