This commit is contained in:
pls.153 2024-09-19 11:38:00 +02:00
parent 85d33c9c21
commit 9d7c3aeda0

View file

@ -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