WRITE seems more useful for debugging output
This commit is contained in:
parent
83d25a4c9d
commit
e511c905cd
|
@ -18,7 +18,7 @@
|
||||||
(with-current-output-port*
|
(with-current-output-port*
|
||||||
*tty-port*
|
*tty-port*
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(for-each display args)
|
(for-each write args)
|
||||||
(newline)
|
(newline)
|
||||||
(flush-tty/output *tty-port*))))))
|
(flush-tty/output *tty-port*))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue