Files
Kmake/deps/v8/test/message/fail/await-non-async.out
2026-05-26 23:36:42 -07:00

5 lines
256 B
Plaintext

*%(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