fix(ios): read file with spaces/Chinese/Japanese in filename

pull/3535/head
leizhe 2021-12-17 10:14:18 +08:00 committed by Tienson Qin
parent f7e3a18f2a
commit 1b7857b631
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
(= file "bak")))))
files (->> files
(map (fn [file]
(futil/node-path.join d file))))
(futil/node-path.join d (futil/url-encode file)))))
files-with-stats (p/all
(mapv
(fn [file]