mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 The plugin switch status is not synchronized https://github.com/siyuan-note/siyuan/issues/16155
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
e315fd377e
commit
bb8b307c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1591,7 +1591,7 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
|
|||
// The plugin switch status is not synchronized https://github.com/siyuan-note/siyuan/issues/16155
|
||||
entries, err := os.ReadDir(filepath.Join(util.DataDir, "plugins"))
|
||||
if nil != err {
|
||||
logging.LogErrorf("read petals dir failed: %s", err)
|
||||
logging.LogErrorf("read plugins dir failed: %s", err)
|
||||
} else {
|
||||
for _, entry := range entries {
|
||||
if entry.IsDir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue