From 6e2b50d63beaa18f18892b3aeef97f0fbd591030 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Fri, 2 Feb 2024 14:23:10 +0800 Subject: [PATCH] fix: fix the output error --- tools/component/component.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/component/component.go b/tools/component/component.go index e86761ec9..d7b3f6e73 100644 --- a/tools/component/component.go +++ b/tools/component/component.go @@ -106,7 +106,6 @@ func main() { } ErrorPrint(fmt.Sprintf("Starting %s failed:%v, conneted info:%s", check.name, err, errInfo)) allSuccess = false - break } else { component.SuccessPrint(fmt.Sprintf("%s connected successfully, address:%s", check.name, errInfo)) }