Skip to content

Commit

Permalink
fix windows issue with CLJS-3332 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Dec 17, 2021
1 parent c5a06c8 commit a0116ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/clojure/cljs/closure.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,8 @@
pkg-jsons
(let [export-pkg-json
(io/file
(.getCanonicalPath (io/file (trim-package-json path) export))
(trim-package-json path)
(trim-relative export)
"package.json")]
(cond-> pkg-jsons
(.exists export-pkg-json)
Expand Down

0 comments on commit a0116ce

Please sign in to comment.