mirror of
https://github.com/janet-lang/janet
synced 2025-09-26 22:54:08 +00:00
Small code style change to boot.janet
This commit is contained in:
@@ -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 "")
|
||||
|
Reference in New Issue
Block a user