Skip to content

Commit e904062

Browse files
committed
fix .NET Core build
1 parent 2b158b7 commit e904062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/CompileOps.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4074,7 +4074,7 @@ type TcImports(tcConfigP:TcConfigProvider, initialResolutions:TcAssemblyResoluti
40744074
| None ->
40754075
match importsBase with
40764076
| Some b -> b.GetTcGlobals()
4077-
| None -> failwith (sprintf "unreachable: GetGlobals - are the references to mscorlib.dll and FSharp.Core.dll valid? STACK: \n%s" ((System.Diagnostics.StackTrace()).ToString()))
4077+
| None -> failwith "unreachable: GetGlobals - are the references to mscorlib.dll and FSharp.Core.dll valid?"
40784078

40794079
member private tcImports.SetILGlobals ilg =
40804080
CheckDisposed()

0 commit comments

Comments
 (0)