Skip to content

Commit

Permalink
Deploying to gh-pages from @ b9e61e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelZubkov committed Nov 30, 2023
1 parent ecaa4db commit a662703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3717,9 +3717,9 @@ var $;
native.persist().then(actual => {
setTimeout(() => this.persisted(actual, 'cache'), 5000);
if (actual)
this.$.$mol_log3_rise({ place: this, message: `Persist` });
this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` });
else
this.$.$mol_log3_fail({ place: this, message: `Non persist` });
this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` });
});
}
return next ?? $mol_wire_sync(native).persisted();
Expand Down

0 comments on commit a662703

Please sign in to comment.