diff options
Diffstat (limited to 'ethereal/main.go')
-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) } |