Skip to content

Commit 728acc4

Browse files
committed
remove accidental silencing of serve
1 parent cc2554d commit 728acc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/clojure/cljs/repl/browser.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
(browser-eval (slurp url)))
276276

277277
(defn serve [{:keys [host port output-dir] :as opts}]
278+
(println "Serving HTTP on" host "port" port)
278279
(binding [ordering (agent {:expecting nil :fns {}})
279280
es (Executors/newFixedThreadPool 16)
280281
server/state (atom {:socket nil})]

0 commit comments

Comments
 (0)