Closed jschr closed 9 years ago
The --harmony flag needs to come before the file name so args can't be used to specify --harmony
I've updated the format of the parameters, now you should be able to do this:
server.run(['--harmony', 'app.js']);
The --harmony flag needs to come before the file name so args can't be used to specify --harmony