mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Cleanup, display newline before exiting
This commit is contained in:
parent
c4c5b04a5b
commit
ecf07517d2
1 changed files with 2 additions and 2 deletions
4
icyc.scm
4
icyc.scm
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue