Skip to content

Commit

Permalink
fix(electron): windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf authored and tiensonqin committed Dec 16, 2022
1 parent e0dcb7e commit dda5abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron/electron/handler.cljs
Expand Up @@ -49,6 +49,7 @@
(remove #(string/starts-with? (.-name ^js %) "."))
(map #(.join path dir (.-name %))))))
dir)
(map utils/fix-win-path!)
(doall)
(vec)))

Expand Down

0 comments on commit dda5abd

Please sign in to comment.