misspelling in neko.init
Closed this issue · 1 comments
pw4ever commented
Hi Alex,
There are two misspellings in neko.init:
- https://github.com/clojure-android/neko/blob/master/src/clojure/neko/init.clj#L26
- https://github.com/clojure-android/neko/blob/master/src/clojure/neko/init.clj#L64
"::start-nrepl-sever" should be "::start-nrepl-server"
I detect this when hacking TBNL (https://github.com/pw4ever/tbnl) to make REPL work in release mode :)
Wei.
alexander-yakushev commented
And I wondered why this feature was kinda severed. 😉
I pushed the fix to 3.1.0-SNAPSHOT
. Enjoy!