mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 13:26:16 +00:00
Resolve deps before compiling
This commit is contained in:
@@ -32,6 +32,9 @@ func Spinner(i int) {
|
||||
func SpinnerText(suffix, prefix string) {
|
||||
m.Lock()
|
||||
defer m.Unlock()
|
||||
if s == nil {
|
||||
s = spinner.New(spinner.CharSets[22], 100*time.Millisecond) // Build our new spinner
|
||||
}
|
||||
s.Suffix = Bold(Magenta(suffix)).BgBlack().String()
|
||||
s.Prefix = Bold(Cyan(prefix)).String()
|
||||
}
|
||||
|
Reference in New Issue
Block a user