mol_plot_all 1.2.807 → 1.2.809

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.807",
3
+ "version": "1.2.809",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -3059,7 +3059,12 @@ var $;
3059
3059
  }
3060
3060
  else {
3061
3061
  this.native().setItem(key, JSON.stringify(next));
3062
- this.$.$mol_storage.persisted(true);
3062
+ try {
3063
+ this.$.$mol_storage.persisted(true);
3064
+ }
3065
+ catch (error) {
3066
+ $mol_fail_log(error);
3067
+ }
3063
3068
  }
3064
3069
  return next;
3065
3070
  }