Skip to content

Commit a4954f3

Browse files
committed
Add function FormatBlockMessage to terminal
1 parent 9fc2f94 commit a4954f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terminal/terminal.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ func IsVerbose() bool {
3737
func GetLogLevel() int {
3838
return terminal.GetLogLevel()
3939
}
40+
41+
func FormatBlockMessage(format string, msg string) string {
42+
return terminal.FormatBlockMessage(format, msg)
43+
}

0 commit comments

Comments
 (0)