Skip to content

Commit

Permalink
Properly exit if not setup properly
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 authored and hkalodner committed Aug 25, 2022
1 parent 399a8b7 commit 80d69b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func main() {
if err != nil {
printSampleUsage(os.Args[0])
fmt.Printf("%s\n", err.Error())
return
}

arbDb, err := stack.OpenDatabase("arbitrumdata", 0, 0, "", false)
Expand Down

0 comments on commit 80d69b7

Please sign in to comment.