Skip to content

Commit f0c4623

Browse files
committed
Merge pull request #74 from Dossar/master
Changes in PageGenerator allow for closed port now
2 parents a535fe7 + fafaadf commit f0c4623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Racket-Doc/src/PageGenerator.rkt

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
(write-string "; #:listen-ip \"127.0.0.1\"\n" output)
386386
(write-string "; ;#:port 8080\n" output)
387387
(write-string "; #:servlet-path \"/\")\n" output)
388+
(close-output-port output)
388389
)
389390

390391
;;-------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)