Skip to content

Commit 8acecad

Browse files
committed
Correctly sort wrap-repl with wrap-portal
1 parent 4304593 commit 8acecad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portal/nrepl.clj

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180

181181
(set-descriptor! #'wrap-repl
182182
{:requires #{"clone"
183+
#'wrap-portal
183184
#'print/wrap-print
184185
#'caught/wrap-caught}
185186
:expects (into #{"eval"} (get-shadow-middleware))

0 commit comments

Comments
 (0)