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:
parent
88ba99b87e
commit
67f375bea2
@ -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 "")
|
||||
|
Loading…
Reference in New Issue
Block a user