Skip to content

Commit 6d6aaaf

Browse files
committed
chore: change log style
1 parent c537e12 commit 6d6aaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/preprocess/preprocess.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func Start(version string, spotifyBasePath string, extractedAppsPath string, fla
8585
var cssTranslationMap = make(map[string]string)
8686

8787
if version != "Dev" {
88-
fetchSpinner, _ := utils.Spinner.Start("Fetch remote CSS map")
88+
fetchSpinner, _ := utils.Spinner.Start("Fetching remote CSS map")
8989
tag, err := FetchLatestTagMatchingOrMain(version)
9090
if err != nil {
9191
fetchSpinner.Warning()
@@ -100,7 +100,7 @@ func Start(version string, spotifyBasePath string, extractedAppsPath string, fla
100100
fetchSpinner.Success()
101101
}
102102
} else {
103-
utils.PrintInfo("In development environment, using local CSS map")
103+
utils.PrintInfo("Using local CSS map; in development environment")
104104
readLocalCssMap(&cssTranslationMap)
105105
}
106106

0 commit comments

Comments
 (0)