-
-
Save victorb/55ddf12b5faa90db37bcfb1a6d2adf66 to your computer and use it in GitHub Desktop.
Empty exception from babashka v0.4.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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