mirror of
https://github.com/janet-lang/janet
synced 2025-01-24 14:16:52 +00:00
Add "trace " prefix missed out from previous commit
This commit is contained in:
parent
e9a5cfaddd
commit
b1ed5b0707
@ -957,7 +957,8 @@
|
||||
,;(map (fn [form]
|
||||
~(do
|
||||
(def ,var ,form)
|
||||
(eprintf (string (dyn :pretty-format "%q")
|
||||
(eprintf (string "trace "
|
||||
(dyn :pretty-format "%q")
|
||||
" is "
|
||||
(dyn :pretty-format "%q"))
|
||||
',form
|
||||
|
Loading…
Reference in New Issue
Block a user