mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-04 00:02:57 -08:00
Added :one-time to allow disablimg events after first fire.
This commit is contained in:
parent
198c25d4d8
commit
504fa56111
2 changed files with 61 additions and 35 deletions
|
|
@ -85,7 +85,9 @@
|
|||
clog-user:*body* to last window openned to /repl."
|
||||
(unless *clog-running*
|
||||
(initialize nil :boot-file "/debug.html"))
|
||||
(set-on-new-window (lambda (body)(setf clog-user::*body* body))
|
||||
(set-on-new-window (lambda (body)
|
||||
(cc:debug-mode (connection-id body))
|
||||
(setf clog-user::*body* body))
|
||||
:path "/repl")
|
||||
(open-browser :url "http://127.0.0.1:8080/repl")
|
||||
(format t "Use clog-user:*body* to access the clog-repl window."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue