We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4230eb commit 9e244a2Copy full SHA for 9e244a2
1 file changed
src/fsc/fscmain.fs
@@ -37,7 +37,7 @@ let internal mainAux (argv: string[], onlyTypeCheck: bool, exiter: Exiter option
37
use _ = new Timer("main")
38
39
let compilerName =
40
- // the 64 bit desktop version of the compiler is name fscAnyCpu.exe, all others are fsc.exe"
+ // the 64 bit desktop version of the compiler is name fscAnyCpu.exe, all others are fsc.exe
41
if
42
Environment.Is64BitProcess
43
&& typeof<obj>.Assembly.GetName().Name <> "System.Private.CoreLib"
0 commit comments