set error message back to the way it was. was trying a change to track an error
This commit is contained in:
@ -77,7 +77,7 @@ func loadFromToml() {
|
|||||||
printInfoF("Loading config from toml: $TEXT", messageAttachmentColor.stylize(configFile))
|
printInfoF("Loading config from toml: $TEXT", messageAttachmentColor.stylize(configFile))
|
||||||
config, err := toml.LoadFile(configFile)
|
config, err := toml.LoadFile(configFile)
|
||||||
if err != nil {
|
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
|
return
|
||||||
}
|
}
|
||||||
if config.Has("Emoji.unicodeSupport") {
|
if config.Has("Emoji.unicodeSupport") {
|
||||||
|
|||||||
Reference in New Issue
Block a user