Comparing version
@@ -1527,2 +1527,4 @@ const b4a = require('b4a') | ||
if (this.localWriter) this.localWriter.reset() | ||
await this._makeLinearizer(this.system) | ||
@@ -1529,0 +1531,0 @@ await this._advanceBootRecord(length) |
@@ -106,2 +106,13 @@ const Linearizer = require('./linearizer') | ||
reset () { | ||
this.pause() | ||
this.updated = false | ||
this.node = null | ||
this.nodes = new NodeBuffer(this.length) | ||
this.available = this.length | ||
this.seenLength = this.length | ||
} | ||
get indexed () { | ||
@@ -108,0 +119,0 @@ return this.nodes.offset |
{ | ||
"name": "autobase", | ||
"version": "6.0.19", | ||
"version": "6.0.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
172325
0.14%4626
0.19%