mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
revert: don't trim on ci
This commit is contained in:
parent
cc796286c7
commit
256417c88a
@ -68,11 +68,5 @@ func (s *NoopSpinner) message(message ...string) string {
|
||||
if pterm.PrintDebugMessages {
|
||||
msg = append(msg, s.log...)
|
||||
}
|
||||
m := pterm.GetTerminalWidth() - 10
|
||||
for i, line := range msg {
|
||||
if len(line) > m {
|
||||
msg[i] = line[:m] + "…"
|
||||
}
|
||||
}
|
||||
return strings.Join(msg, "\n ")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user