We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5c7ab commit 1d1cee6Copy full SHA for 1d1cee6
1 file changed
src/main/clojure/cljs/closure.clj
@@ -117,7 +117,7 @@
117
(SourceFile/fromPath (.toPath source) StandardCharsets/UTF_8))
118
119
(defmethod js-source-file URL [_ ^URL source]
120
- (js-source-file (io/file (.getPath source))))
+ (js-source-file _ (io/file (.getPath source))))
121
122
(defmethod js-source-file BufferedInputStream [^String name ^BufferedInputStream source]
123
(SourceFile/fromInputStream name source))
0 commit comments