Skip to content

Commit 6ec2e55

Browse files
committed
Add an :nrepl.middleware/descriptor to silence the warning
1 parent 5a9b923 commit 6ec2e55

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

7-
## Changed
5+
- Add an `:nrepl.middleware/descriptor` to silence the warning
86

97
# 0.36.159-alpha (2025-02-09 / eafa135)
108

src/lambdaisland/launchpad/middleware.clj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
;; this setting is off from the start.
66
(defn wrap-no-print-namespace-maps
77
"Bind *print-namespace-maps* to false during nREPL requests"
8+
{:nrepl.middleware/descriptor {}}
89
[h]
910
(fn [msg]
1011
(binding [*print-namespace-maps* false]

0 commit comments

Comments
 (0)