1 Commits
Author SHA1 Message Date
EnumDev c8b3f9f4a4 Text color should now reset at the end of the stormfetch output 2024-06-05 16:43:27 +03:00
+1 -1
View File
@@ -172,7 +172,7 @@ func readConfig() {
}
final += lastAsciiColor + line + "\n"
}
fmt.Println(final)
fmt.Println(final + "\033[0m")
}
func SetupFetchEnv() []string {