Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
bytewise sublevel now working
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Sep 25, 2014
1 parent 3f17d79 commit 439b75d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function withProxy (proxy, dir, opts) {

function cleanup () {
Object.keys(iterators).forEach(function (ix) {
iterators[ix].end();
iterators[ix].end(function () {});
});
iterators = null;
}
Expand Down
9 changes: 0 additions & 9 deletions test/sublevel/batch.js

This file was deleted.

7 changes: 0 additions & 7 deletions test/sublevel/read.js

This file was deleted.

0 comments on commit 439b75d

Please sign in to comment.