mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-07 03:00:49 -08:00
restarts pop by default on the builder panel that launched the app
This commit is contained in:
parent
011e28637f
commit
bee6c88eaa
4 changed files with 17 additions and 6 deletions
|
|
@ -57,6 +57,9 @@
|
|||
(defun projects-run (panel)
|
||||
(let ((val (text-value (entry-point panel))))
|
||||
(unless (equal val "")
|
||||
(setf clog:*clog-debug* (lambda (event data)
|
||||
(with-clog-debugger (panel :title val)
|
||||
(funcall event data))))
|
||||
(let ((result (capture-eval (format nil "(~A)" val) :clog-obj panel
|
||||
:eval-in-package "clog-user")))
|
||||
(clog-web-alert (connection-body panel) "Result"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue