Signed-off-by: hanzhixiao <709674996@qq.com>
pull/828/head
hanzhixiao 2 years ago
parent 2a3f4225f3
commit 29d837a1b7

@ -275,5 +275,5 @@ func successPrint(s string) {
}
func warningPrint(s string) {
fmt.Printf("\x1b[%dmhello world\x1b[0m\n", 33)
fmt.Printf("\x1b[%dm%v\x1b[0m\n", 33, s)
}

Loading…
Cancel
Save