Stop closing the log-port port

This part of the soft-port seems to be called, but I don't know why, and
trying to close the output port causes issues.
This commit is contained in:
Christopher Baines 2019-06-22 15:52:09 +02:00
parent e2c9709c7d
commit 05165929a5

View file

@ -64,7 +64,8 @@
(force-output output-port))
#f ; fetch one character
(lambda ()
(close-port output-port))
;; close port
#f)
#f) ; number of characters that can be read
"w"))