Skip to content

Commit 55b4793

Browse files
committed
All grown up now, less noisy prompt
1 parent a8809d7 commit 55b4793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/repl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
(println "To quit, type:" :cljs/quit))
680680

681681
(defn repl-prompt []
682-
(print (str "ClojureScript:" ana/*cljs-ns* "> ")))
682+
(print (str ana/*cljs-ns* "=> ")))
683683

684684
(defn repl-caught [e repl-env opts]
685685
(if (and (instance? IExceptionInfo e)

0 commit comments

Comments
 (0)