mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
clog-group for keeping groups of clog-objs
This commit is contained in:
parent
d2b0b4bf2f
commit
18b160fb2c
4 changed files with 61 additions and 18 deletions
|
|
@ -101,3 +101,12 @@ function. If BOOT-FILE is nil path is removed."
|
|||
(defun debug-mode (obj)
|
||||
"Turn on browser console debugging for OBJ's connection."
|
||||
(cc:debug-mode (connection-id obj)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
;; open-browser ;;
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(defun open-browser (&key (url "http://127.0.0.1:8080"))
|
||||
"Open a web browser to URL."
|
||||
(trivial-open-browser:open-browser url))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue