mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix(fs): add unicode normalize to path-fn
This is a catch-all type fix
This commit is contained in:
@@ -238,8 +238,7 @@
|
||||
(when-not contents-matched?
|
||||
(backup-file repo-dir :backup-dir fpath disk-content))
|
||||
(db/set-file-last-modified-at! repo rpath mtime)
|
||||
(p/let [content content]
|
||||
(db/set-file-content! repo rpath content))
|
||||
(db/set-file-content! repo rpath content)
|
||||
(when ok-handler
|
||||
(ok-handler repo fpath result))
|
||||
result)
|
||||
|
||||
Reference in New Issue
Block a user