Skip to content

Commit 1d1cee6

Browse files
author
dnolen
committed
fix typo in last commit
1 parent ac5c7ab commit 1d1cee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
(SourceFile/fromPath (.toPath source) StandardCharsets/UTF_8))
118118

119119
(defmethod js-source-file URL [_ ^URL source]
120-
(js-source-file (io/file (.getPath source))))
120+
(js-source-file _ (io/file (.getPath source))))
121121

122122
(defmethod js-source-file BufferedInputStream [^String name ^BufferedInputStream source]
123123
(SourceFile/fromInputStream name source))

0 commit comments

Comments
 (0)