summary refs log tree commit diff stats
path: root/rod/main.nim
diff options
context:
space:
mode:
Diffstat (limited to 'rod/main.nim')
-rwxr-xr-xrod/main.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/rod/main.nim b/rod/main.nim
index 68958acb6..2b391e7dd 100755
--- a/rod/main.nim
+++ b/rod/main.nim
@@ -109,6 +109,7 @@ proc CommandGenDepend(filename: string) =
       changeFileExt(filename, "dot"))
 
 proc CommandCheck(filename: string) = 
+  msgs.gErrorMax = high(int)  # do not stop after first error
   semanticPasses()            # use an empty backend for semantic checking only
   compileProject(filename)