We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad53f5b commit ce1c2f5Copy full SHA for ce1c2f5
cider-interaction.el
@@ -830,6 +830,8 @@ value is thing at point."
830
(thing-at-point 'filename))
831
(or (thing-at-point 'filename) ""))))
832
(cider-ensure-op-supported "resource")
833
+ (if (= (length path) 0)
834
+ (error "Cannot find resource for empty path"))
835
(-if-let* ((resource (cider-sync-request:resource path))
836
(buffer (cider-find-file resource)))
837
(cider-jump-to buffer nil (cider--open-other-window-p current-prefix-arg))
0 commit comments