Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electron store localLobby Settings schema fix #460

Closed
wants to merge 1 commit into from
Closed

electron store localLobby Settings schema fix #460

wants to merge 1 commit into from

Conversation

olsen4930824
Copy link

@olsen4930824 olsen4930824 commented Dec 27, 2020

I know this is a small fix but I did spend some time to figure out the root cause of this issue.
I pulled this project in yesterday and couldn't start the application due to this error:
image

After some time debugging I realized you probably aware of this issue since you console.loged in line 344 of the Settings file.
I checked the electron-store library as well as avj and found out that you need to have a default object for an object to work otherwise it will not be recognized in the store.

Here is a link to the issue as well in electron-store:
sindresorhus/electron-store#102

@ottomated
Copy link
Owner

already fixed in master

@ottomated ottomated closed this Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants