Skip to content

Commit

Permalink
Merge pull request #293 from Microsoft/users/tihuang/more
Browse files Browse the repository at this point in the history
fix process invoker break on OSX.
  • Loading branch information
TingluoHuang authored Jun 13, 2016
2 parents 7a7979d + 5d30d88 commit 8a08dee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public async Task<int> ExecuteAsync(
_proc.StartInfo.WorkingDirectory = workingDirectory;
_proc.StartInfo.UseShellExecute = false;
_proc.StartInfo.CreateNoWindow = true;
_proc.StartInfo.LoadUserProfile = false;
_proc.StartInfo.RedirectStandardInput = true;
_proc.StartInfo.RedirectStandardError = true;
_proc.StartInfo.RedirectStandardOutput = true;
Expand Down

0 comments on commit 8a08dee

Please sign in to comment.