mol_data_all 1.1.1603 → 1.1.1605
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
|
@@ -1484,7 +1484,7 @@ var $;
|
|
|
1484
1484
|
this.data.length = this.sub_from;
|
|
1485
1485
|
this.cursor = this.pub_from;
|
|
1486
1486
|
this.track_cut();
|
|
1487
|
-
this.cursor = $mol_wire_cursor.
|
|
1487
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
1488
1488
|
}
|
|
1489
1489
|
track_cut() {
|
|
1490
1490
|
if (this.cursor < this.pub_from) {
|
|
@@ -2185,6 +2185,10 @@ var $;
|
|
|
2185
2185
|
this.emit();
|
|
2186
2186
|
return next;
|
|
2187
2187
|
}
|
|
2188
|
+
destructor() {
|
|
2189
|
+
super.destructor();
|
|
2190
|
+
this.cursor = $mol_wire_cursor.final;
|
|
2191
|
+
}
|
|
2188
2192
|
}
|
|
2189
2193
|
$.$mol_wire_task = $mol_wire_task;
|
|
2190
2194
|
})($ || ($ = {}));
|