We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa6632 commit 3bb3541Copy full SHA for 3bb3541
scripts/build.go
@@ -19,7 +19,9 @@ func main() {
19
if !isWindows() {
20
os.Exit(1)
21
}
22
-
+
23
+ s := spinner.New(spinner.CharSets[14], 100*time.Millisecond)
24
25
s.Suffix = " [1/4] Building..."
26
s.FinalMSG = "[3/4] Building...\n"
27
s.HideCursor = true
@@ -80,7 +82,6 @@ func main() {
80
82
"bin": binDir,
81
83
84
- s := spinner.New(spinner.CharSets[14], 100*time.Millisecond)
85
s.Suffix = " [2/4] Adding directories..."
86
s.FinalMSG = "[2/4] Adding directories...\n"
87
0 commit comments