diff --git a/src/taoensso/tufte/impl.cljc b/src/taoensso/tufte/impl.cljc index 1b7c6ae..e0aacd9 100644 --- a/src/taoensso/tufte/impl.cljc +++ b/src/taoensso/tufte/impl.cljc @@ -56,7 +56,7 @@ Object (toString [x] - (enc/str-impl "taoensso.tufte.PStats" x + (enc/str-impl x "taoensso.tufte.PStats" {:realized? (realized? realized_)}))) (enc/def-print-impl [x PStats] (str "#" x))