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
Hi, I am use electron-store, version 8.2.0 with node version v18.19.1
when I use follow code: const store = new Store();
it will give me follow error:
SyntaxError: Bad control character in string literal in JSON at position 3
I also try other way like
`const schema: Schema = {
// type: 'object',
userPath: { type: 'string' }
};
const store = new Store<SchemaData>({ schema });`
but still encount the same error
The text was updated successfully, but these errors were encountered:
Hi, I am use electron-store, version 8.2.0 with node version v18.19.1
when I use follow code:
const store = new Store();
it will give me follow error:
SyntaxError: Bad control character in string literal in JSON at position 3
I also try other way like
`const schema: Schema = {
// type: 'object',
userPath: { type: 'string' }
but still encount the same error
The text was updated successfully, but these errors were encountered: