diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-22 18:14:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-22 18:14:37 +0800 |
commit | 842f2cc8a06627a1de4fbdd1580fefe14be85a04 (patch) | |
tree | 4656c724c66bb0584f4064e505801a098389d1fb /ethereal | |
parent | 77fd361c62ea84a761aedead906cdd9f38ac79eb (diff) | |
download | dexon-842f2cc8a06627a1de4fbdd1580fefe14be85a04.tar.gz dexon-842f2cc8a06627a1de4fbdd1580fefe14be85a04.tar.zst dexon-842f2cc8a06627a1de4fbdd1580fefe14be85a04.zip |
Error window
Diffstat (limited to 'ethereal')
-rw-r--r-- | ethereal/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/main.go b/ethereal/main.go index 7b157f3db..dd4f1245a 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -31,6 +31,7 @@ func run() error { err := utils.DBSanityCheck(db) if err != nil { ErrorWindow(err) + os.Exit(1) } |