报告可能想要异步但其实缺少
async
修饰符的函数中的
await
用法。 虽然
await
可以用作标识符,但很可能是打算将其用作运算符, 因此应将包含的函数设为
async
。