mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
fix missing import
This commit is contained in:
parent
5514b0c601
commit
db1ec731bd
@ -435,7 +435,6 @@ func replaceWithHexColorString(substring string) string {
|
||||
colorID, err := strconv.Atoi(strings.Trim(
|
||||
strings.Split(substring, ";")[2], "m"))
|
||||
if err != nil {
|
||||
fmt.Println("ERROR", err)
|
||||
return substring
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user