return nil from clog:shutdown

This commit is contained in:
David Botton 2024-03-25 17:24:38 -04:00
parent df0a8b8cb2
commit 9913d85183

View file

@ -162,8 +162,8 @@ BOOT-FILE will be used. If BOOT-FILE is nil path is removed."
"Shutdown CLOG."
(when *clog-running*
(clrhash *url-to-on-new-window*)
(setf *clog-running* nil)
(clog-connection:shutdown-clog)))
(clog-connection:shutdown-clog)
(setf *clog-running* nil)))
;;;;;;;;;;;;;;;;
;; debug-mode ;;