Minor update and fixes to the gui and console

This commit is contained in:
obscuren
2014-04-23 11:51:48 +02:00
parent a3c8f83562
commit b962779a13
6 changed files with 23 additions and 11 deletions

View File

@ -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)
}