fix bug: component check

This commit is contained in:
skiffer-git 2024-03-08 23:47:36 +08:00
parent 28da7f6947
commit 20249191a1

View File

@ -113,6 +113,7 @@ func main() {
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err))
break
}
} else {
checks[index].flag = true
component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name))
}