Skip to content

Commit

Permalink
Force process exit in main (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored Jul 14, 2023
1 parent 4aaff04 commit 24b547d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/FsAutoComplete/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ open System.CommandLine.Parsing
[<EntryPoint>]
let entry args =
let results = Parser.parser.Invoke args
results
// macos seems to stall if we don't actually call exit
// https://github.com/fsharp/FsAutoComplete/issues/1117
exit results

0 comments on commit 24b547d

Please sign in to comment.