mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-22 11:38:31 +00:00
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: meows <b5c6@protonmail.com>