From 67f375bea245b2f5e32a5f24dcbbcac3859b9249 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 4 Jun 2023 07:48:04 -0500 Subject: [PATCH] Small code style change to boot.janet --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 44584836..4046bf4c 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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 "")