Cleanup, display newline before exiting

This commit is contained in:
Justin Ethier 2015-04-23 15:16:53 -04:00
parent c4c5b04a5b
commit ecf07517d2

View file

@ -38,7 +38,7 @@
(write c)
(repl:next-line))
(else
(exit 0) ;; TODO: crashes on this branch... WTF?
))))
(display "\n")
(exit 0)))))
(repl:next-line)