platform
platform copied to clipboard
"Unexpected end of input" if js ends with a comment
If you use Java Script and the last line of your js is a comment (so there is no CRLF after the comment) you get the following error when the script is executed
If there is a CRLF afterwards or the last line is no comment it works.