morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 00c37417bc1370a968e00b096c56402c7efcdd67
parent fb57c44346464d5b3c1bbc930ea58f4fc1c3e456
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 21 Aug 2017 21:05:04 +0200

Add missing error Handler

Diffstat:
Muis.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/uis.go b/uis.go @@ -43,6 +43,9 @@ func NewLoginUI(windowWidth, windowHeight int) *widgets.QWidget { //TODO remove after testing avatarURL, avatarErr := cli.GetAvatarURL() + if avatarErr != nil { + localLog.Panicln(avatarErr) + } localLog.Println(avatarURL) })