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

Update README.md to add required JSON comma #1355

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

blakeashleyjr
Copy link
Contributor

When running the example config provided here for Electron CLI flags, I got a JSON parse error for a missing comma:

A JavaScript error occurred in the main process Uncaught Exception: SyntaxError: Expected ',' or ']' after array element in JSON at position 61 (line 4 column 3) at JSON.parse (<anonymous>)

This is a simple PR to add a single comma.

Copy link

sonarcloud bot commented Aug 7, 2024

Copy link
Owner

@IsmaelMartinez IsmaelMartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing!!

@IsmaelMartinez IsmaelMartinez merged commit fedf73a into IsmaelMartinez:develop Aug 8, 2024
3 checks passed
@blakeashleyjr blakeashleyjr deleted the patch-1 branch August 8, 2024 15:35
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