mol_tree2 1.0.1211 → 1.0.1213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +5 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -3392,7 +3392,7 @@ var $;
|
|
|
3392
3392
|
this.data.length = this.sub_from;
|
|
3393
3393
|
this.cursor = this.pub_from;
|
|
3394
3394
|
this.track_cut();
|
|
3395
|
-
this.cursor = $mol_wire_cursor.
|
|
3395
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
3396
3396
|
}
|
|
3397
3397
|
track_cut() {
|
|
3398
3398
|
if (this.cursor < this.pub_from) {
|
|
@@ -3984,6 +3984,10 @@ var $;
|
|
|
3984
3984
|
this.emit();
|
|
3985
3985
|
return next;
|
|
3986
3986
|
}
|
|
3987
|
+
destructor() {
|
|
3988
|
+
super.destructor();
|
|
3989
|
+
this.cursor = $mol_wire_cursor.final;
|
|
3990
|
+
}
|
|
3987
3991
|
}
|
|
3988
3992
|
$.$mol_wire_task = $mol_wire_task;
|
|
3989
3993
|
})($ || ($ = {}));
|