mol_plot_all 1.2.827 → 1.2.828
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 +1 -1
- package/web.test.js +2 -2
- package/web.test.js.map +1 -1
package/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -3008,9 +3008,9 @@ var $;
|
|
|
3008
3008
|
native.persist().then(actual => {
|
|
3009
3009
|
setTimeout(() => this.persisted(actual, 'cache'), 5000);
|
|
3010
3010
|
if (actual)
|
|
3011
|
-
this.$.$mol_log3_rise({ place:
|
|
3011
|
+
this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` });
|
|
3012
3012
|
else
|
|
3013
|
-
this.$.$mol_log3_fail({ place:
|
|
3013
|
+
this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` });
|
|
3014
3014
|
});
|
|
3015
3015
|
}
|
|
3016
3016
|
return next ?? $mol_wire_sync(native).persisted();
|