mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(electron): windows path
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
file
|
||||
|
||||
(and electron-local-repo? util/win32?)
|
||||
(str (config/get-repo-dir repo-url) "/" file)
|
||||
(str (config/get-repo-dir repo-url) "\\" file)
|
||||
|
||||
(and electron-local-repo? (not= "/" (first file)))
|
||||
(str (config/get-repo-dir repo-url) "/" file)
|
||||
|
||||
Reference in New Issue
Block a user