json encode output

This commit is contained in:
Scott Richmond 2024-06-24 11:17:47 -04:00
parent ed0a3311a4
commit af95c9800f

View File

@ -47,8 +47,8 @@
(set post (i/interpret prelude/post/ast ctx))
([err] (e/runtime-error err)))
(set (out :draw) (post :draw))
out
# (-> out j/encode string)
# out
(-> out j/encode string)
)
(comment