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:
parent
e2c9709c7d
commit
05165929a5
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@
|
||||||
(force-output output-port))
|
(force-output output-port))
|
||||||
#f ; fetch one character
|
#f ; fetch one character
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(close-port output-port))
|
;; close port
|
||||||
|
#f)
|
||||||
#f) ; number of characters that can be read
|
#f) ; number of characters that can be read
|
||||||
"w"))
|
"w"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue