Skip to content

Commit

Permalink
print :repl/quit for clj-repl instead of :cljs/quit
Browse files Browse the repository at this point in the history
fixes #229
  • Loading branch information
thheller committed Mar 29, 2018
1 parent 8a0e04b commit 60c8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/cljs/devtools/server/socket_repl.clj
Expand Up @@ -29,7 +29,7 @@

(when-not (false? print)
(println "shadow-cljs - REPL - see (help)")
(println "To quit, type: :cljs/quit")))
(println "To quit, type: :repl/quit")))

(defn repl [{:keys [print prompt] :as config}]
(let [loop-bindings
Expand Down

0 comments on commit 60c8ac8

Please sign in to comment.