Closed geekguy closed 9 years ago
In Node Repl, I can run the following short script but in loopback console it ends with SyntaxError.
if (1) { console.log('Hello'); }
Any config change which I am missing here?
Good find! Thanks!
Thanks @doublemarked.
In Node Repl, I can run the following short script but in loopback console it ends with SyntaxError.
Any config change which I am missing here?