forked from LeenkxTeam/Kmake
5 lines
256 B
Plaintext
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
|