Skip to content

Commit 9eee69f

Browse files
committed
Fix issue #80
1 parent 7ac0aaa commit 9eee69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonq.go

+1
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ func (j *JSONQ) reset() *JSONQ {
567567
j.offsetRecords = 0
568568
j.limitRecords = 0
569569
j.distinctProperty = ""
570+
j.errors = make([]error, 0)
570571
return j
571572
}
572573

0 commit comments

Comments
 (0)