fix bug: component check

pull/2054/head
skiffer-git 2 years ago
parent 17f431b0ac
commit 83aac56ea8

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

Loading…
Cancel
Save