Skip to content

Commit

Permalink
Correctly sort wrap-repl with wrap-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Aug 31, 2024
1 parent 4304593 commit 8acecad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/portal/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@

(set-descriptor! #'wrap-repl
{:requires #{"clone"
#'wrap-portal
#'print/wrap-print
#'caught/wrap-caught}
:expects (into #{"eval"} (get-shadow-middleware))
Expand Down

0 comments on commit 8acecad

Please sign in to comment.