We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/yeoman/configstore/blob/c70d76c19abe75920bdbb8c294b64f6bae68c15b/index.js#L46C49-L46C49
if (error.name === 'SyntaxError') { writeFileAtomic.sync(this._path, '', writeFileOptions); return {}; }
Maybe add an option to leave .json with syntax errors untouched? We have large config files and sometimes lose them completely in case of error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/yeoman/configstore/blob/c70d76c19abe75920bdbb8c294b64f6bae68c15b/index.js#L46C49-L46C49
Maybe add an option to leave .json with syntax errors untouched? We have large config files and sometimes lose them completely in case of error
The text was updated successfully, but these errors were encountered: