1
0
Fork 0

- added a directive just to debug error signaled from the TUI.

This commit is contained in:
cage 2023-12-02 18:08:44 +01:00
parent c83beec078
commit 5e0697e58b
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ latter has a length equals to `total-size'"))
(* (swconf:config-notification-life) 5))
(defmacro with-notify-errors (&body body)
#+debug-mode `(progn ,@body)
#+(or debug-mode debug-tui-errors) `(progn ,@body)
#-debug-mode `(handler-case
(progn
,@body)