Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix compiler location
  • Loading branch information
KevinRansom committed Jun 1, 2019
commit 798c05f3a02a585b28f9fb950fc1f1ad79c0b207
1 change: 0 additions & 1 deletion src/utils/CompilerLocationUtils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ module internal FSharpEnvironment =
// For the prototype compiler, we can just use the current domain
tryCurrentDomain()
with e ->
System.Diagnostics.Debug.Assert(false, "Error while determining default location of F# compiler")
None


Expand Down