Small code style change to boot.janet

This commit is contained in:
Calvin Rose 2023-06-04 07:48:04 -05:00
parent 88ba99b87e
commit 67f375bea2
1 changed files with 1 additions and 1 deletions

View File

@ -2868,7 +2868,7 @@
(if (= :dead fs)
(when is-repl
(put env '_ @{:value x})
(printf (get env :pretty-format "%q") x)
(printf (get env *pretty-format* "%q") x)
(flush))
(do
(debug/stacktrace f x "")