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
If the last line in the file that is passed to node-repl is a // comment , AND there is no newline at the end of the file the code breaks with:
node-repl
// comment
SyntaxError: Unexpected token }
The text was updated successfully, but these errors were encountered:
@esromneb this doesn't appear to be an issue for me? I'm using [email protected] and Node.js version 10.15.3
[email protected]
Sorry, something went wrong.
I was having the same issue, adding a new line at the end of the file fixed it for me as well.
No branches or pull requests
If the last line in the file that is passed to
node-repl
is a// comment
, AND there is no newline at the end of the file the code breaks with:The text was updated successfully, but these errors were encountered: