1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

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

View File

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