Fix dumb prn bug.

This commit is contained in:
Robert C. Martin 2023-03-05 07:23:25 -06:00
parent 1f54de27e6
commit 53cdf4f11b

View File

@ -64,7 +64,7 @@
(str "@" name))
reference))
(catch Exception e
(prn lookup-reference 'bad-id index tags)
(prn 'lookup-reference 'bad-id index tags)
(prn (.getMessage e))
"@-unknown-")))))