From ab4f28c00a01726dbfcb732ef7030642ffb91b6c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 7 Jun 2020 16:25:03 -0500 Subject: reload needs the port number too --- lazybones.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lazybones.lisp') diff --git a/lazybones.lisp b/lazybones.lisp index 92f6d93..8027f6e 100644 --- a/lazybones.lisp +++ b/lazybones.lisp @@ -285,6 +285,6 @@ for the request's path." (defun stop () (clack:stop *handler*)) -(defun reload () +(defun reload (&key (port 5000)) (stop) (start)) -- cgit v1.2.3