Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

使用 yield 报错

$
0
0

var user_info = yield User.findOne({ attributes:[‘id’,‘loginName’,‘loginPasd’], where:{ loginName:userName } }); User是个sequelize模型对象 启动服务后报错: var user_info = yield User.findOne({ ^^^^ SyntaxError: Unexpected identifier at Object.exports.runInThisContext (vm.js:78:16) 请问是怎么回事? 是我 yield 的用法搞错了还是怎的?


Viewing all articles
Browse latest Browse all 14821

Trending Articles