mol_plot_all 1.2.474 → 1.2.476
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.esm.js +1 -1
- package/node.esm.js.map +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.esm.js +1 -1
- package/web.esm.js.map +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -1931,7 +1931,6 @@ var $;
|
|
|
1931
1931
|
if ($mol_owning_check(this, prev)) {
|
|
1932
1932
|
prev.destructor();
|
|
1933
1933
|
}
|
|
1934
|
-
this.cache = next;
|
|
1935
1934
|
if ($mol_owning_catch(this, next)) {
|
|
1936
1935
|
try {
|
|
1937
1936
|
next[Symbol.toStringTag] = this[Symbol.toStringTag];
|
|
@@ -1943,6 +1942,7 @@ var $;
|
|
|
1943
1942
|
if (!this.sub_empty)
|
|
1944
1943
|
this.emit();
|
|
1945
1944
|
}
|
|
1945
|
+
this.cache = next;
|
|
1946
1946
|
this.cursor = $mol_wire_cursor.fresh;
|
|
1947
1947
|
if (next instanceof Promise)
|
|
1948
1948
|
return next;
|