Check unhandled error
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ func (u *unmarshaler) ArrayBegin() {
|
|||||||
if u.assign {
|
if u.assign {
|
||||||
u.assign = false
|
u.assign = false
|
||||||
} else {
|
} else {
|
||||||
u.builder.SliceNewElem()
|
u.err = u.builder.SliceNewElem()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user