Flush output for testing
This commit is contained in:
parent
32ab2c49e0
commit
9e2fe9901f
|
@ -152,7 +152,8 @@
|
||||||
(if launch-path
|
(if launch-path
|
||||||
(string-append server-url launch-path)
|
(string-append server-url launch-path)
|
||||||
server-url))
|
server-url))
|
||||||
(printf "Stop this program at any time to terminate the Web Server.\n"))
|
(printf "Stop this program at any time to terminate the Web Server.\n")
|
||||||
|
(flush-output))
|
||||||
(let ([bye (lambda ()
|
(let ([bye (lambda ()
|
||||||
(when banner? (printf "\nWeb Server stopped.\n"))
|
(when banner? (printf "\nWeb Server stopped.\n"))
|
||||||
(shutdown-server))])
|
(shutdown-server))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user