This commit is contained in:
Zachary Yedidia 2018-03-31 02:32:48 +00:00
parent b7706d775c
commit abc04ec521

View File

@ -342,7 +342,7 @@ func ReplaceHome(path string) string {
} else {
userData, err = user.Lookup(homeString[1:])
if err != nil {
if messeger != nil {
if messenger != nil {
messenger.Error("Could not find user: ", err)
} else {
TermMessage("Could not find user: ", err)