Files
Kmake/deps/v8/test/message/fail/await-non-async.out

5 lines
256 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:5: SyntaxError: await is only valid in async functions and the top level bodies of modules
function f() { await Promise.resolve(); }
^^^^^
SyntaxError: await is only valid in async functions and the top level bodies of modules