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