mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 21:32:15 +08:00
fix bug: component check
This commit is contained in:
parent
28da7f6947
commit
20249191a1
@ -113,6 +113,7 @@ func main() {
|
|||||||
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err))
|
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err))
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
checks[index].flag = true
|
checks[index].flag = true
|
||||||
component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name))
|
component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user