mol_plot_all 1.2.807 → 1.2.808
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 +6 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +6 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -9467,7 +9467,12 @@ var $;
|
|
|
9467
9467
|
}
|
|
9468
9468
|
else {
|
|
9469
9469
|
this.native().setItem(key, JSON.stringify(next));
|
|
9470
|
-
|
|
9470
|
+
try {
|
|
9471
|
+
this.$.$mol_storage.persisted(true);
|
|
9472
|
+
}
|
|
9473
|
+
catch (error) {
|
|
9474
|
+
$mol_fail_log(error);
|
|
9475
|
+
}
|
|
9471
9476
|
}
|
|
9472
9477
|
return next;
|
|
9473
9478
|
}
|