mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00: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() {
|
func checkFileSysStatus() {
|
||||||
|
defer logging.Recover()
|
||||||
|
|
||||||
if IsMutexLocked(&checkFileSysStatusLock) {
|
if IsMutexLocked(&checkFileSysStatusLock) {
|
||||||
logging.LogWarnf("check file system status is locked, skip")
|
logging.LogWarnf("check file system status is locked, skip")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue