mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
return nil from clog:shutdown
This commit is contained in:
parent
df0a8b8cb2
commit
9913d85183
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue