Skip to content

Instantly share code, notes, and snippets.

@victorb
Created May 13, 2021 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorb/55ddf12b5faa90db37bcfb1a6d2adf66 to your computer and use it in GitHub Desktop.
Save victorb/55ddf12b5faa90db37bcfb1a6d2adf66 to your computer and use it in GitHub Desktop.
Empty exception from babashka v0.4.0
$ lein repl :connect localhost:1667
Connecting to nREPL at localhost:1667
clojure.lang.ExceptionInfo: Could not resolve symbol: nrepl.core/version
nil
Error loading namespace; falling back to user
nil
user=> (def test-vector [])
#'user/test-vector
user=> (nth test-vector 1)
clojure.lang.ExceptionInfo:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment