Debugging problems with webui.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-04 13:21:37 +01:00
parent a6ca5387bf
commit 58a448c5ee
4 changed files with 33 additions and 26 deletions

View File

@@ -14,6 +14,8 @@
#t
#f)))
;; This function only expects one character, namely \n
;; In windows disable text mode on stdout/stderr of webui-wire.
(define (read-eol port)
(read-string 1 port))