aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-06-07 16:25:03 -0500
committerColin Okay <cbeok@protonmail.com>2020-06-07 16:25:03 -0500
commitab4f28c00a01726dbfcb732ef7030642ffb91b6c (patch)
treed8316a7e35036437169260a6b305c53de7b69516
parent8c120d41f1a202105175503629aa79b2808421d2 (diff)
reload needs the port number too
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
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))