eventstore: fix cli panic when no operations are performed.
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
|
||||
var (
|
||||
db eventstore.Store
|
||||
end func()
|
||||
end = func() {}
|
||||
)
|
||||
|
||||
var app = &cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user