Skip to content

Commit

Permalink
update and fix standard
Browse files Browse the repository at this point in the history
Closes #176
  • Loading branch information
greenkeeper[bot] authored and ralphtheninja committed Aug 23, 2019
1 parent 86dd5e7 commit aacb0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Iterator.prototype.onItem = function (cursor) {
this._cache.push(cursor.key, cursor.value)

if (this._limit <= 0 || ++this._count < this._limit) {
cursor['continue']()
cursor.continue()

This comment has been minimized.

Copy link
@vweevers

vweevers Aug 23, 2019

Member

Because our browser tests passed, I assume 0b27e9d is no longer an issue

}

this.maybeNext()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"level-community": "^3.0.0",
"level-concat-iterator": "^2.0.0",
"nyc": "^14.0.0",
"standard": "^13.0.1",
"standard": "^14.0.2",
"tape": "^4.0.0",
"uuid": "^3.3.2"
},
Expand Down

0 comments on commit aacb0ea

Please sign in to comment.