Skip to content

Commit

Permalink
$mol_storage: better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 29, 2023
1 parent 33e9fa7 commit 9ebb5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/storage.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace $ {

setTimeout( ()=> this.persisted( actual, 'cache' ), 5000 )

if( actual ) this.$.$mol_log3_rise({ place: this, message: `Persist` })
else this.$.$mol_log3_fail({ place: this, message: `Non persist` })
if( actual ) this.$.$mol_log3_rise({ place: `$mol_storage`, message: `Persist: Yes` })
else this.$.$mol_log3_fail({ place: `$mol_storage`, message: `Persist: No` })

} )
}
Expand Down

0 comments on commit 9ebb5c5

Please sign in to comment.