Skip to content

Commit a0116ce

Browse files
committed
fix windows issue with CLJS-3332 patch
1 parent c5a06c8 commit a0116ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/clojure/cljs/closure.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,8 @@
27982798
pkg-jsons
27992799
(let [export-pkg-json
28002800
(io/file
2801-
(.getCanonicalPath (io/file (trim-package-json path) export))
2801+
(trim-package-json path)
2802+
(trim-relative export)
28022803
"package.json")]
28032804
(cond-> pkg-jsons
28042805
(.exists export-pkg-json)

0 commit comments

Comments
 (0)