Check unhandled error

This commit is contained in:
Thomas Pelletier
2021-02-09 19:23:45 -05:00
parent 7dbf7554c4
commit 0982fd5f1f
+1 -1
View File
@@ -55,7 +55,7 @@ func (u *unmarshaler) ArrayBegin() {
if u.assign {
u.assign = false
} else {
u.builder.SliceNewElem()
u.err = u.builder.SliceNewElem()
}
}