Indium
Indium copied to clipboard
experimental-repl-await
Indium doesn't seem to work with Node's --experimental-repl-await
flag.
.indium.json
{
"configurations": [
{
"name": "node",
"type": "node",
"command": "node --experimental-repl-await"
}
]
}
Running await 1
in *JS REPL*
still results in SyntaxError: await is only valid in async function
.
Thanks, I checked in Chrome devtools and it works, so I'll investigate.