Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/calva_power_tools/tool/snitch.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(vscode/window.showInformationMessage "The snitched call to this function is saved to the clipboard."))))))

(defn- load-dependency []
(-> (util/load-dependency {:deps/mvn-name "org.clojars.abhinav/snitch"})
(-> (util/load-dependency {:deps/mvn-name "org.clojars.abhinav/snitch" :deps/mvn-version "0.1.16"})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, but iirc, util/load-dependency does not support specifying a version, so this patch would not fix the problem.

I think the underlying problem may be obfuscated by bad error handling in util/load-dependency...

(.then (fn [_]
(calva/execute-calva-command!
"calva.runCustomREPLCommand"
Expand Down