Skip to content

Commit

Permalink
Allow to set process encoding - fixes #1215
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 29, 2017
1 parent d09b2e4 commit ce93099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/ProcessHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let startedProcesses = ConcurrentBag()
let start (proc : Process) =
if isMono || AlwaysSetProcessEncoding then
try
System.Console.OutputEncoding <- System.Text.Encoding.UTF8
System.Console.OutputEncoding <- ProcessEncoding
with exn ->
logfn "Failed setting UTF8 console encoding, ignoring error... %s." exn.Message

Expand Down

0 comments on commit ce93099

Please sign in to comment.