mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
feat: electron can read/write files now
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
(gobj/get js/window "workerThread")
|
||||
(gobj/get js/window.workerThread "getChangedFiles"))
|
||||
(->
|
||||
(p/let [files (js/window.workerThread.getChangedFiles (util/get-repo-dir repo))
|
||||
(p/let [files (js/window.workerThread.getChangedFiles (config/get-repo-dir repo))
|
||||
files (bean/->clj files)]
|
||||
(->
|
||||
(p/let [remote-latest-commit (get-remote-ref repo)
|
||||
|
||||
Reference in New Issue
Block a user