Convert int to string using rune()
parent
29f99ad097
commit
43351ae8a5
|
|
@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints {
|
|||
},
|
||||
)
|
||||
} else {
|
||||
log.Error().Msgf("Unable to locate KeyName for %#v", string(k))
|
||||
log.Error().Msgf("Unable to locate KeyName for %#v", string(rune(k)))
|
||||
}
|
||||
}
|
||||
return hh
|
||||
|
|
|
|||
Loading…
Reference in New Issue