doublemarked / loopback-console

A command-line tool for Loopback app debugging and administration
MIT License
68 stars 6 forks source link

Multiline command doesn't work? #7

Closed geekguy closed 9 years ago

geekguy commented 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?

doublemarked commented 9 years ago

Good find! Thanks!

geekguy commented 9 years ago

Thanks @doublemarked.