We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826c841 commit 576e56bCopy full SHA for 576e56b
src/lisp/kernel/lsp/format-pprint.lisp
@@ -26,7 +26,7 @@
26
(defun %print-unreadable-object (object stream type identity body)
27
(cond (*print-readably*
28
(error 'print-not-readable :object object))
29
- ((and *print-pretty* (pretty-stream-p stream))
+ ((and *print-pretty* (inravina:pretty-stream-p inravina:*client* stream))
30
(pprint-logical-block (stream nil :prefix "#<" :suffix ">")
31
(print-unreadable-object-contents object stream type identity body)))
32
(t
0 commit comments