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

Commit 439b75d

Browse files
author
James Halliday
committed
bytewise sublevel now working
1 parent 3f17d79 commit 439b75d

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function withProxy (proxy, dir, opts) {
6565

6666
function cleanup () {
6767
Object.keys(iterators).forEach(function (ix) {
68-
iterators[ix].end();
68+
iterators[ix].end(function () {});
6969
});
7070
iterators = null;
7171
}

test/sublevel/batch.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/sublevel/read.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)