We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:nrepl.middleware/descriptor
1 parent 5a9b923 commit 6ec2e55Copy full SHA for 6ec2e55
CHANGELOG.md
@@ -1,10 +1,8 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Add an `:nrepl.middleware/descriptor` to silence the warning
8
9
# 0.36.159-alpha (2025-02-09 / eafa135)
10
src/lambdaisland/launchpad/middleware.clj
@@ -5,6 +5,7 @@
;; this setting is off from the start.
(defn wrap-no-print-namespace-maps
"Bind *print-namespace-maps* to false during nREPL requests"
+ {:nrepl.middleware/descriptor {}}
[h]
(fn [msg]
11
(binding [*print-namespace-maps* false]
0 commit comments