the -harmony flag for node in the args parameter does not seem to work. I can not use the functions of an array of fat. Here is partlounch.json
"configurations": [
{
"name": "Launch app.js",
"type": "node",
"program": "./app.js",
"stopOnEntry": true,
"args": ["--harmony"],
"cwd": ".",
"runtimeExecutable": null,
"env": { }
},
{
"name": "Attach",
"type": "node",
"address": "localhost",
"port": 5858
}
]
Is there a way to solve the problem myself?
source
share