Skip to content

Commit d07a3e9

Browse files
committed
tweak samples/repl/repl.clj helper script
1 parent 9c80de8 commit d07a3e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

samples/repl/repl.clj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
(require '[cljs.repl :as repl])
33
(require '[cljs.repl.browser :as brepl])
44

5-
(repl/repl
6-
(brepl/repl-env)
7-
:init (fn []
8-
(cljsc/build "src" {:output-to "main.js"}))
5+
(cljsc/build "src"
6+
{:output-to "main.js"
7+
:verbose true})
8+
9+
(repl/repl (brepl/repl-env)
910
:repl-verbose true)

0 commit comments

Comments
 (0)