Skip to content

Commit 0da9884

Browse files
committed
revert CLJ-3383
1 parent 17068fa commit 0da9884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/cli.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ present"
495495
(merge
496496
(select-keys env-opts
497497
(cond-> closure/known-opts
498-
(not repl?) (disj :browser-repl)))
498+
repl? (conj :browser-repl)))
499499
options
500500
(when main-ns
501501
{:main main-ns})) opts

0 commit comments

Comments
 (0)