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: ```bash SyntaxError: Unexpected token } ```
If the last line in the file that is passed to
node-replis a// comment, AND there is no newline at the end of the file the code breaks with: