Skip to content

Commit d1f6fb6

Browse files
committed
No-op
1 parent 1aff9d4 commit d1f6fb6

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
@@ -2565,7 +2565,7 @@ type TcConfig private (data : TcConfigBuilder,validate:bool) =
25652565
clrRoot, (int v1, sprintf "v%d.%d" v1 v2), (v1=5us && v2=0us && v3=5us) // SL5 mscorlib is 5.0.5.0
25662566
| _ ->
25672567
failwith (FSComp.SR.buildCouldNotReadVersionInfoFromMscorlib())
2568-
with e ->
2568+
with e ->
25692569
error(Error(FSComp.SR.buildErrorOpeningBinaryFile(filename, e.Message), rangeStartup))
25702570
| _ ->
25712571
#if !ENABLE_MONO_SUPPORT

0 commit comments

Comments
 (0)