good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8930bd28 authored by meowsbits's avatar meowsbits Committed by Igor Mandrigin
Browse files

cmd/geth: make import cmd exit with 1 if import errors occurred (#21244)


The import command should not return a 0 status
code if the import finishes prematurely becaues
of an import error.

Returning the error causes the program to exit with 1
if the err is non nil.

Signed-off-by: default avatarmeows <b5c6@protonmail.com>
# Conflicts:
#	cmd/geth/chaincmd.go
parent d3d58d9d
No related branches found
No related tags found
No related merge requests found
Loading
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