diff options
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index d8d8dc8db..6df21f660 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -170,6 +170,7 @@ proc CommandPrettyOld = renderModule(module, getOutFile(mainCommandArg(), "pretty." & NimExt)) proc CommandPretty = + msgs.gErrorMax = high(int) # do not stop after first error semanticPasses() registerPass(prettyPass) compileProject() |