forgot call to sync

This commit is contained in:
Danny Yoo 2013-04-16 13:10:27 -06:00
parent e823df2019
commit bbe46ea79d

View File

@ -149,5 +149,5 @@
#:once-each #:once-each
[("-p" "--port") p "Port (default 8000)" [("-p" "--port") p "Port (default 8000)"
(current-port (string->number p))])) (current-port (string->number p))]))
(start-server #:port (current-port))) (sync (start-server #:port (current-port))))