Closed lsankar4033 closed 8 years ago
If you take a look at the changelog, Cider renamed nrepl-send-string-sync to nrepl-sync-request. I believe this just involves a 1 line change here.
nrepl-send-string-sync
nrepl-sync-request
I can submit a PR when I get a chance.
I fixed this in https://github.com/technomancy/slamhound/pull/93 and also rewrote the command to be asynchronous.
If you take a look at the changelog, Cider renamed
nrepl-send-string-sync
tonrepl-sync-request
. I believe this just involves a 1 line change here.I can submit a PR when I get a chance.