fix(electron): windows path

This commit is contained in:
Andelf
2022-12-16 16:54:54 +08:00
committed by Tienson Qin
parent e0dcb7e2a3
commit dda5abd698

View File

@@ -49,6 +49,7 @@
(remove #(string/starts-with? (.-name ^js %) "."))
(map #(.join path dir (.-name %))))))
dir)
(map utils/fix-win-path!)
(doall)
(vec)))