-
Notifications
You must be signed in to change notification settings - Fork 334
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
Syntax error is thrown if there is any commented code #161
Comments
Sounds like you've already got a solution for it, no? |
I strongly suspect a parsing fault in the jsconsole ast logic. Happy to take a PR to resolve this, and I can publish to npm so it's consumable again |
As per our use case, we resolved this issue by just appending a newline character to the command after it is sent to the run method in the run.js file.
It is working as expected. I Will keep a PR if the workaround is okay. 🙂 |
In my custom JS Console,
It would be of great help if you suggest a solution for this
The text was updated successfully, but these errors were encountered: