🎨 Update text

This commit is contained in:
Daniel
2023-06-24 00:03:51 +08:00
parent 1456f34cba
commit 5a458c9c09
7 changed files with 10 additions and 8 deletions
+2
View File
@@ -165,6 +165,8 @@ func CheckFileSysStatus() {
}
for {
time.Sleep(10 * time.Second)
ReportFileSysFatalError(fmt.Errorf("test error"))
<-thirdPartySyncCheckTicker.C
checkFileSysStatus()
}