We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1725b88 commit 190a16eCopy full SHA for 190a16e
1 file changed
src/cider/nrepl/middleware/inspect.clj
@@ -130,6 +130,9 @@
130
(and (= op "eval") inspect)
131
(handle-eval-inspect handler msg)
132
133
+ ;; This is outside of `with-safe-transport` because it streams the pretty
134
+ ;; printed result to the client in multiple messages. It does NOT return any
135
+ ;; value, which is expected by `with-safe-transport`.
136
(= op "inspect-print-current-value")
137
(print-current-value-reply msg)
138
0 commit comments