Skip to content

Commit 4681e47

Browse files
author
dnolen
committed
:warning-handlers missing from known compiler options
1 parent ba18d9f commit 4681e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
:optimize-constants :output-dir :output-to :output-wrapper :parallel-build :preamble
170170
:pretty-print :print-input-delimiter :pseudo-names :recompile-dependents :source-map
171171
:source-map-inline :source-map-timestamp :static-fns :target :verbose :warnings
172-
:emit-constants :ups-externs :ups-foreign-libs :ups-libs})
172+
:emit-constants :ups-externs :ups-foreign-libs :ups-libs :warning-handlers})
173173

174174
(def string->charset
175175
{"iso-8859-1" StandardCharsets/ISO_8859_1

0 commit comments

Comments
 (0)