mol_compare_deep 0.0.1392 → 0.0.1394
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
|
@@ -2130,7 +2130,7 @@ var $;
|
|
|
2130
2130
|
this.data.length = this.sub_from;
|
|
2131
2131
|
this.cursor = this.pub_from;
|
|
2132
2132
|
this.track_cut();
|
|
2133
|
-
this.cursor = $mol_wire_cursor.
|
|
2133
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
2134
2134
|
}
|
|
2135
2135
|
track_cut() {
|
|
2136
2136
|
if (this.cursor < this.pub_from) {
|
|
@@ -2722,6 +2722,10 @@ var $;
|
|
|
2722
2722
|
this.emit();
|
|
2723
2723
|
return next;
|
|
2724
2724
|
}
|
|
2725
|
+
destructor() {
|
|
2726
|
+
super.destructor();
|
|
2727
|
+
this.cursor = $mol_wire_cursor.final;
|
|
2728
|
+
}
|
|
2725
2729
|
}
|
|
2726
2730
|
$.$mol_wire_task = $mol_wire_task;
|
|
2727
2731
|
})($ || ($ = {}));
|