mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683
This commit is contained in:
parent
90329a41ca
commit
6550926a08
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ func checkFileSysStatus() {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(time.Second)
|
RandomSleep(500, 1000)
|
||||||
|
|
||||||
f, err := os.Open(renamed)
|
f, err := os.Open(renamed)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue