mol_plot_all 1.2.474 → 1.2.475
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.js
CHANGED
|
@@ -1939,7 +1939,6 @@ var $;
|
|
|
1939
1939
|
if ($mol_owning_check(this, prev)) {
|
|
1940
1940
|
prev.destructor();
|
|
1941
1941
|
}
|
|
1942
|
-
this.cache = next;
|
|
1943
1942
|
if ($mol_owning_catch(this, next)) {
|
|
1944
1943
|
try {
|
|
1945
1944
|
next[Symbol.toStringTag] = this[Symbol.toStringTag];
|
|
@@ -1951,6 +1950,7 @@ var $;
|
|
|
1951
1950
|
if (!this.sub_empty)
|
|
1952
1951
|
this.emit();
|
|
1953
1952
|
}
|
|
1953
|
+
this.cache = next;
|
|
1954
1954
|
this.cursor = $mol_wire_cursor.fresh;
|
|
1955
1955
|
if (next instanceof Promise)
|
|
1956
1956
|
return next;
|