Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
打印错误消息
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuweiyou committed Feb 19, 2018
1 parent eed2bc1 commit ed17ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 我最在行/src/match/event-battle-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = async (socket, data) => {
.shift()
.index
} catch (e) {
console.error(e)
choice = random(0, 3)
console.error('网上搜答案失败,随机答案', choice)
}
Expand Down

0 comments on commit ed17ecc

Please sign in to comment.