mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fixed debug stop message
This commit is contained in:
parent
4d538dfc0c
commit
aa1d72868b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func (l *logger) SetProgress(format string, v ...interface{}) {
|
|||
fmt.Printf("\r" + strings.Repeat(" ", 2+len(message)))
|
||||
fmt.Printf("\r➞ %s\n", p.message)
|
||||
} else {
|
||||
l.Debug(message)
|
||||
l.Debug(p.message)
|
||||
}
|
||||
|
||||
l.progress = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue