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