MCPcopy Create free account
hub / github.com/V2RaySSR/RealityChecker / PrintErrorWithDetails

Function PrintErrorWithDetails

internal/ui/display.go:48–55  ·  view source on GitHub ↗

PrintErrorWithDetails 打印错误信息和详细信息

(message string, details ...string)

Source from the content-addressed store, hash-verified

46
47// PrintErrorWithDetails 打印错误信息和详细信息
48func PrintErrorWithDetails(message string, details ...string) {
49 fmt.Println()
50 fmt.Println(message)
51 for _, detail := range details {
52 fmt.Println(detail)
53 }
54 fmt.Println()
55}
56
57// getLatestVersion 获取GitHub最新版本号
58func getLatestVersion() string {

Callers 4

executeCSVMethod · 0.92
executeCheckMethod · 0.92
ExecuteMethod · 0.92
executeBatchMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected