Skip to content

Commit 2a2b472

Browse files
committed
always print the REPL version, this is used by some tools like Cursive to detect
the REPL type
1 parent a00c8f3 commit 2a2b472

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/clojure/cljs/repl.cljc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,7 @@
804804
(ana/analyze-file (str "file://" (.getAbsolutePath file)) opts)))))
805805

806806
(defn repl-title []
807-
(when-not (util/synthetic-version?)
808-
(println "ClojureScript" (util/clojurescript-version))))
807+
(println "ClojureScript" (util/clojurescript-version)))
809808

810809
(defn repl-quit-prompt []
811810
(println "To quit, type:" :cljs/quit))

0 commit comments

Comments
 (0)