good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9d245531 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

do panic - to exit with correct code #3886

parent ef141760
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import (
"fmt"
"os"
"github.com/ledgerwatch/erigon/common/debug"
"github.com/ledgerwatch/erigon/params"
erigonapp "github.com/ledgerwatch/erigon/turbo/app"
erigoncli "github.com/ledgerwatch/erigon/turbo/cli"
......@@ -14,7 +13,6 @@ import (
)
func main() {
defer debug.LogPanic()
app := erigonapp.MakeApp(runErigon, erigoncli.DefaultFlags)
if err := app.Run(os.Args); err != nil {
fmt.Fprintln(os.Stderr, err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment