Open vmarkovtsev opened 5 years ago
My node version is v10.15.3. I run await func_which_returns_a_promise() and get
await func_which_returns_a_promise()
(async function() { let result = (await func_which_returns_a_promise()); return result; }()) SyntaxError: Unexpected token function
and function is indeed underlined with red in the UI.
function
My node version is v10.15.3. I run
await func_which_returns_a_promise()
and getand
function
is indeed underlined with red in the UI.