Skip to content

Commit

Permalink
nrepl: update standard-repl-init-code to match cljs.repl
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 29, 2016
1 parent 51468c6 commit 5e18bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nrepl/dirac/nrepl/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
(def ^:dynamic standard-repl-init-code
(nrepl/code
(ns cljs.user
(:require [cljs.repl :refer-macros (source doc find-doc apropos dir pst)]))))
(:require [cljs.repl :refer-macros [source doc find-doc apropos dir pst]]
[cljs.pprint :refer [pprint] :refer-macros [pp]]))))

(def default-config
{:log-out :console ; this is important, nREPL middleware captures output and logs be sent to client
Expand Down

0 comments on commit 5e18bd8

Please sign in to comment.