Skip to content

Commit

Permalink
Revert this changes for now, making UseShellExecute to true can hav…
Browse files Browse the repository at this point in the history
…e implication on ability to redirect the process output.
  • Loading branch information
Maxime Mangel committed Aug 22, 2023
1 parent 7c7c732 commit cfc9c9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Fable.Cli/Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,7 @@ module Process =
psi.EnvironmentVariables.[key] <- value
psi.WorkingDirectory <- workingDir
psi.CreateNoWindow <- false
// This is needed in order to load the users profile
// For example, on OSX Python is installed as python3
// and user often alias it to python in their profile
psi.UseShellExecute <- true
psi.UseShellExecute <- false
psi.RedirectStandardOutput <- redirectOutput

// TODO: Make this output no logs if we've set silent verbosity
Expand Down

0 comments on commit cfc9c9c

Please sign in to comment.