Skip to content

Commit

Permalink
revert CLJ-3383
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 13, 2023
1 parent 17068fa commit 0da9884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ present"
(merge
(select-keys env-opts
(cond-> closure/known-opts
(not repl?) (disj :browser-repl)))
repl? (conj :browser-repl)))
options
(when main-ns
{:main main-ns})) opts
Expand Down

0 comments on commit 0da9884

Please sign in to comment.