We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da91c84 commit 2cb29c5Copy full SHA for 2cb29c5
src/main/clojure/cljs/cli.clj
@@ -234,10 +234,9 @@ classpath. Classpath-relative paths have prefix of @ or @/")
234
"Start a repl with args and inits. Print greeting if no eval options were
235
present"
236
[repl-env [_ & args] {:keys [repl-env-options options inits] :as cfg}]
237
- (let [renv (apply repl-env (mapcat identity repl-env-options))
238
- opts (merge (repl/repl-options renv) options)]
+ (let [renv (apply repl-env (mapcat identity repl-env-options))]
239
(repl/repl* renv
240
- (assoc opts
+ (assoc options
241
:inits
242
(into
243
[{:type :init-forms
0 commit comments