1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

set error message back to the way it was. was trying a change to track an error

This commit is contained in:
2019-10-26 15:13:36 -06:00
parent de5f7da139
commit 8c0e6211aa

View File

@ -77,7 +77,7 @@ func loadFromToml() {
printInfoF("Loading config from toml: $TEXT", messageAttachmentColor.stylize(configFile))
config, err := toml.LoadFile(configFile)
if err != nil {
printError(fmt.Sprintf("I Could not read config file: %+v", err))
printError(fmt.Sprintf("Could not read config file: %+v", err))
return
}
if config.Has("Emoji.unicodeSupport") {