diff options
Diffstat (limited to 'compiler/nimrod.nim')
-rwxr-xr-x | compiler/nimrod.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.nim b/compiler/nimrod.nim index 911f3e566..3666046ea 100755 --- a/compiler/nimrod.nim +++ b/compiler/nimrod.nim @@ -77,4 +77,4 @@ when compileOption("gc", "v2") or compileOption("gc", "refc"): GC_disableMarkAndSweep() condsyms.InitDefines() HandleCmdLine() -quit(options.gExitcode) +quit(int8(msgs.gErrorCounter > 0)) |