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 ce93099 commit 4e5a9e4
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 @@ -36,7 +36,7 @@ let start (proc : Process) =
try
System.Console.OutputEncoding <- ProcessEncoding
with exn ->
logfn "Failed setting UTF8 console encoding, ignoring error... %s." exn.Message
logfn "Failed setting console encoding, ignoring error... %s." exn.Message

if isMono && proc.StartInfo.FileName.ToLowerInvariant().EndsWith(".exe") then
proc.StartInfo.Arguments <- "--debug \"" + proc.StartInfo.FileName + "\" " + proc.StartInfo.Arguments
Expand Down

0 comments on commit 4e5a9e4

Please sign in to comment.