mirror of https://codeberg.org/cage/tinmop/
- added a directive just to debug error signaled from the TUI.
This commit is contained in:
parent
c83beec078
commit
5e0697e58b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue