diff options
author | obscuren <geffobscura@gmail.com> | 2014-04-23 17:51:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-04-23 17:51:48 +0800 |
commit | b962779a1318138e08c6e84a537fdbc6c9ebfd97 (patch) | |
tree | 38ca5fe5bad13a0d947c38a13bb620ea8b80d2a9 /ethereal/ui/gui.go | |
parent | a3c8f83562c7a740ac89e63bf36f2ce44ae6627a (diff) | |
download | go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.gz go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.bz2 go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.lz go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.xz go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.zst go-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.zip |
Minor update and fixes to the gui and console
Diffstat (limited to 'ethereal/ui/gui.go')
-rw-r--r-- | ethereal/ui/gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go index fd29c4820..0e5d57c93 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -113,6 +113,7 @@ func (ui *Gui) Start(assetPath string) { } if err != nil { ethutil.Config.Log.Infoln("FATAL: asset not found: you can set an alternative asset path on on the command line using option 'asset_path'") + panic(err) } |