From cd65dc07c9e8b6a9937b973150daa0a28ac4b333 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 13 Apr 2023 13:13:29 +0800 Subject: [PATCH] [_] --- cmd/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/start.go b/cmd/start.go index 056b9e8d..4735c1db 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -196,7 +196,7 @@ var startCmd = &cobra.Command{ return case http.ERROR: - color.RedString(L("Fatal: %s"), err) + color.Red("Fatal: check the error information in the log") watchDone <- 1 return