File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,6 @@ goog.events.getProxy/f<@http://localhost:9000/out/goog/events/events.js:276:16"
553
553
support reflection. Defaults to \" src/\" .
554
554
"
555
555
[& {:as opts}]
556
- (assert (even? (count opts)) " Arguments must be interleaved key value pairs" )
557
556
(repl-env* opts))
558
557
559
558
(comment
Original file line number Diff line number Diff line change 225
225
(defn repl-env
226
226
" Create a Nashorn repl-env for use with the repl/repl* method in Clojurescript."
227
227
[& {:as opts}]
228
- (assert (even? (count opts)) " Arguments must be interleaved key value pairs" )
229
228
(repl-env* opts))
Original file line number Diff line number Diff line change 198
198
(defn repl-env
199
199
" Construct a Node.js evalution environment. Can supply :host and :port."
200
200
[& {:as options}]
201
- (assert (even? (count options)) " Arguments must be interleaved key value pairs" )
202
201
(repl-env* options))
203
202
You can’t perform that action at this time.
0 commit comments