Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Mar 12, 2024
1 parent ca4602d commit bf65c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/streamsearch/sbmh.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class SBMH extends EventEmitter {

reset () {
this.matches = 0
this._lookbehind_size = 0
this._bufpos = 0
this._lookbehind_size = 0
}

push (chunk, pos = 0) {
Expand Down

0 comments on commit bf65c01

Please sign in to comment.