标签: node.js
当我在给定的代码下执行时,它在给定的error之下抛出。我该如何解决?
错误:
意外令牌*
代码:
async *buckets() { yield "Hello world!"; }