diff options
Diffstat (limited to 'core/object.go')
-rw-r--r-- | core/object.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.go b/core/object.go index 06137d2..30beff8 100644 --- a/core/object.go +++ b/core/object.go @@ -274,7 +274,7 @@ func ForEachIterator(iter bareIterator, cb func(Object) error) error { return nil } - return nil + return err } } } |