mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🔥 启动时移除处于网盘路径下的工作空间 https://github.com/siyuan-note/siyuan/issues/7790
This commit is contained in:
parent
a31570c31c
commit
6bd9c4cfe4
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ func CheckFileSysStatus() {
|
|||
}
|
||||
|
||||
func checkFileSysStatus() {
|
||||
defer logging.Recover()
|
||||
|
||||
if IsMutexLocked(&checkFileSysStatusLock) {
|
||||
logging.LogWarnf("check file system status is locked, skip")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue