Skip to content

Commit

Permalink
fix bug in error type printing
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
  • Loading branch information
ericbmerritt authored and jwilberding committed Feb 17, 2012
1 parent 838397e commit 44ef229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/joxa/compiler.jxa
Expand Up @@ -3957,7 +3957,7 @@
(print-compiler-message :warning message))
warnings)
(lists/foreach (fn (message)
(print-compiler-message :warning message))
(print-compiler-message :error message))
errors)))

(defn should-load? (options)
Expand Down Expand Up @@ -4264,4 +4264,4 @@
:did-not-get-it)))

(defn+ main ()
(main (init/get_plain_arguments)))
(main (init/get_plain_arguments)))

0 comments on commit 44ef229

Please sign in to comment.