Skip to content

Commit

Permalink
CLJS-1605: Add all repl* options to known-repl-options
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen authored and dnolen committed Mar 21, 2016
1 parent 177b05f commit f0ac4c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/clojure/cljs/repl.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@

(def known-repl-opts
"Set of all known REPL options."
#{:analyze-path :caught :def-emits-var :flush :need-prompt :print :print-no-newline :prompt :read
:reader :repl-verbose :watch :watch-fn})
#{:analyze-path :bind-err :caught :compiler-env :def-emits-var :eval :flush
:init :need-prompt :print :print-no-newline :prompt :quit-prompt :read
:reader :repl-requires :repl-verbose :source-map-inline :watch :watch-fn
:wrap})

(defmacro err-out [& body]
`(binding [*out* *err*]
Expand Down

0 comments on commit f0ac4c9

Please sign in to comment.