Skip to content

Commit

Permalink
Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 27, 2023
1 parent ee06697 commit 66070dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fantomas.Client/FantomasToolLocator.fs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ let createFor (startInfo: FantomasToolStartInfo) : Result<RunningFantomasTool, P
processStart.RedirectStandardOutput <- true
processStart.RedirectStandardError <- true
processStart.CreateNoWindow <- true
"".EndsWith("") |> ignore

match startProcess processStart with
| Ok daemonProcess ->
Expand Down

0 comments on commit 66070dc

Please sign in to comment.