This commit is contained in:
Max 2023-04-13 13:13:29 +08:00
parent 5ca0b8f3c3
commit cd65dc07c9

View file

@ -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