mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
85d33c9c21
commit
9d7c3aeda0
1 changed files with 3 additions and 3 deletions
|
|
@ -65,9 +65,9 @@
|
|||
arg)
|
||||
arg)))
|
||||
(let ((msg (format nil "[LQML:error] Lisp.call(): ~S is undefined." function)))
|
||||
(when *break-on-errors*
|
||||
(break msg))
|
||||
(format *error-output* "~%~A~%" msg)))))
|
||||
(if *break-on-errors*
|
||||
(break msg)
|
||||
(format *error-output* "~%~A~%" msg))))))
|
||||
|
||||
;;; utils
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue