mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 06:09:17 +02:00
Improve error output
This commit is contained in:
parent
05a29727ad
commit
64a464429a
1 changed files with 6 additions and 7 deletions
13
icyc.scm
13
icyc.scm
|
@ -15,13 +15,12 @@
|
||||||
(with-exception-handler
|
(with-exception-handler
|
||||||
(lambda (obj)
|
(lambda (obj)
|
||||||
(display "Error: ")
|
(display "Error: ")
|
||||||
(write obj)
|
(for-each
|
||||||
; TODO:
|
(lambda (o)
|
||||||
;(for-each
|
(display o)
|
||||||
; (lambda (o)
|
(display " "))
|
||||||
; (display o)
|
obj)
|
||||||
; (display " "))
|
(display "\n")
|
||||||
; obj)
|
|
||||||
(k #t))
|
(k #t))
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(repl)))))
|
(repl)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue