mol_dump_lib 0.0.162 → 0.0.163
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.js +2 -2
- package/web.js.map +1 -1
- package/web.mjs +2 -2
package/package.json
CHANGED
package/web.js
CHANGED
|
@@ -4670,9 +4670,9 @@ var $;
|
|
|
4670
4670
|
native.persist().then(actual => {
|
|
4671
4671
|
setTimeout(() => this.persisted(actual, 'cache'), 5000);
|
|
4672
4672
|
if (actual)
|
|
4673
|
-
this.$.$mol_log3_rise({ place:
|
|
4673
|
+
this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` });
|
|
4674
4674
|
else
|
|
4675
|
-
this.$.$mol_log3_fail({ place:
|
|
4675
|
+
this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` });
|
|
4676
4676
|
});
|
|
4677
4677
|
}
|
|
4678
4678
|
return next ?? $mol_wire_sync(native).persisted();
|