Skip to content

Commit 8531f8f

Browse files
added TODO
1 parent f609580 commit 8531f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Store.prototype._open = function (req) {
166166

167167
Store.prototype._close = function (req) {
168168
this._getdb(function (db) {
169-
//db.close() // breaks with corestore, as innercorestore closes the db
169+
//db.close() // TODO: reopen gracefully. Close breaks with corestore, as innercorestore closes the db
170170
req.callback()
171171
})
172172
}

0 commit comments

Comments
 (0)