We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f24b32 commit e951c9aCopy full SHA for e951c9a
src/main/clojure/cljs/repl/browser.clj
@@ -31,7 +31,7 @@
31
32
(defn thread-name []
33
(let [name (.getName (Thread/currentThread))]
34
- (if (string/starts-with? name "nrepl") "main" name)))
+ (if (string/starts-with? name "nREPL") "main" name)))
35
36
(def ext->mime-type
37
{".html" "text/html"
src/main/clojure/cljs/repl/node.clj
@@ -30,7 +30,7 @@
30
(defn create-socket [^String host port]
(let [socket (Socket. host (int port))
0 commit comments