Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontone committed Jul 11, 2024
1 parent d1860ed commit ba22798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ are prepended to *TEMPLATE-ARGUMENTS*"
(handler-case
(princ (funcall fn) stream)
(error (e)
(template-error* e "There was an error executing the lisp form: ~A" sexp))))))
(template-error* e "There was an error executing the lisp form: ~s" sexp))))))
(error (e)
(template-error* e "There was an error executing the lisp form ~A" sexp))))

Expand Down

0 comments on commit ba22798

Please sign in to comment.