aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-23 17:51:48 +0800
committerobscuren <geffobscura@gmail.com>2014-04-23 17:51:48 +0800
commitb962779a1318138e08c6e84a537fdbc6c9ebfd97 (patch)
tree38ca5fe5bad13a0d947c38a13bb620ea8b80d2a9 /ethereal/ui/gui.go
parenta3c8f83562c7a740ac89e63bf36f2ce44ae6627a (diff)
downloadgo-tangerine-b962779a1318138e08c6e84a537fdbc6c9ebfd97.tar.gz
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.go1
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)
}