Skip to content

Commit 1b8169f

Browse files
committed
Fix another byte compile error
1 parent 96c1884 commit 1b8169f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clj-refactor.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,8 @@ Date. -> Date
28522852
;; Just so this part can be mocked out in a step definition
28532853
(when-let (candidates (thread-first (cljr--create-msg "resolve-missing"
28542854
"symbol" symbol
2855-
"session" (cider-current-session))
2855+
"session"
2856+
(with-no-warnings (cider-current-session)))
28562857
(cljr--call-middleware-sync
28572858
"candidates")))
28582859
(edn-read candidates)))

0 commit comments

Comments
 (0)