[#736] Update link in nREPL server [skip ci]
This commit is contained in:
parent
925271db01
commit
dab1020622
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ Use -- to separate script command line args from bb command line args.
|
||||||
:thread-bind [reflection-var])]
|
:thread-bind [reflection-var])]
|
||||||
(nrepl-server/start-server! ctx nrepl-opts)
|
(nrepl-server/start-server! ctx nrepl-opts)
|
||||||
(binding [*out* *err*]
|
(binding [*out* *err*]
|
||||||
(println "For more info visit https://github.com/babashka/babashka/blob/master/doc/repl.md#nrepl.")))
|
(println "For more info visit: https://book.babashka.org/#_nrepl")))
|
||||||
;; hang until SIGINT
|
;; hang until SIGINT
|
||||||
@(promise))
|
@(promise))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue