diff --git a/z/bonzai.go b/z/bonzai.go index ad10cc6..d2fe8e2 100644 --- a/z/bonzai.go +++ b/z/bonzai.go @@ -262,7 +262,7 @@ func ExitError(err ...interface{}) { case error: out := fmt.Sprintf("%v", e) if len(out) > 0 { - PrintMark(out) + fmt.Println(strings.TrimSpace(Mark(out))) } }