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