Skip to content

Commit

Permalink
Update cider_puget.cljc
Browse files Browse the repository at this point in the history
  • Loading branch information
aiba authored Feb 26, 2024
1 parent 3a32ee0 commit 3ba53fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lambdaisland/data_printers/cider_puget.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
(symbol var-name)
requiring-resolve)))

#?(:clj (def printer-ns #"cider/nrepl/inlined_deps/puget/.*/puget/printer.clj"))
#?(:clj (def dispatch-ns #"cider/nrepl/inlined_deps/puget/.*/puget/dispatch.clj"))
#?(:clj (def printer-ns #"cider/nrepl/inlined/deps/puget/.*/puget/printer.clj"))
#?(:clj (def dispatch-ns #"cider/nrepl/inlined/deps/puget/.*/puget/dispatch.clj"))
#?(:clj (def common-handlers-var (find-classpath-var printer-ns "common-handlers")))
#?(:clj (def tagged-handler @(find-classpath-var printer-ns "tagged-handler")))
#?(:clj (def chained-lookup @(find-classpath-var dispatch-ns "chained-lookup")))
Expand Down

0 comments on commit 3ba53fa

Please sign in to comment.