mol_dump_lib 0.0.145 → 0.0.147

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.js CHANGED
@@ -5183,12 +5183,7 @@ var $;
5183
5183
  }
5184
5184
  else {
5185
5185
  this.native().setItem(key, JSON.stringify(next));
5186
- try {
5187
- this.$.$mol_storage.persisted(true);
5188
- }
5189
- catch (error) {
5190
- $mol_fail_log(error);
5191
- }
5186
+ this.$.$mol_storage.persisted(true);
5192
5187
  }
5193
5188
  return next;
5194
5189
  }