mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
fix for exit code of compiler (JS bug?)
This commit is contained in:
@@ -77,4 +77,4 @@ when compileOption("gc", "v2"):
|
||||
GC_disableMarkAndSweep()
|
||||
condsyms.InitDefines()
|
||||
HandleCmdLine()
|
||||
quit(options.gExitcode)
|
||||
quit(int8(msgs.gErrorCounter > 0))
|
||||
|
||||
Reference in New Issue
Block a user