You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First attempt at electron-store. I need to have two different files, so I tried to setup the name in the constructor this way (as explained in the documentation:
First attempt at
electron-store
. I need to have two different files, so I tried to setup the name in the constructor this way (as explained in the documentation:But Typescript complains:
Cannot assign to 'name' because it is a read-only property.
What should I do?
Thanks!
mario
The text was updated successfully, but these errors were encountered: