mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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
|
// The plugin switch status is not synchronized https://github.com/siyuan-note/siyuan/issues/16155
|
||||||
entries, err := os.ReadDir(filepath.Join(util.DataDir, "plugins"))
|
entries, err := os.ReadDir(filepath.Join(util.DataDir, "plugins"))
|
||||||
if nil != err {
|
if nil != err {
|
||||||
logging.LogErrorf("read petals dir failed: %s", err)
|
logging.LogErrorf("read plugins dir failed: %s", err)
|
||||||
} else {
|
} else {
|
||||||
for _, entry := range entries {
|
for _, entry := range entries {
|
||||||
if entry.IsDir() {
|
if entry.IsDir() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue