提交 407b5e15 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

merge

{
"name": "wechaty",
"version": "0.19.149",
"version": "0.19.150",
"description": "Wechaty is a Bot SDK for Wechat Personal Account",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
......@@ -81,7 +81,7 @@
"cuid": "^2.1.1",
"file-box": "^0.8.23",
"hot-import": "^0.2.1",
"memory-card": "^0.6.7",
"memory-card": "^0.6.9",
"npm-programmatic": "0.0.11",
"pkg-dir": "^3.0.0",
"promise-retry": "^1.1.1",
......
......@@ -7,9 +7,9 @@ export const PUPPET_DEPENDENCIES = {
/////////////////////////////////////
'wechaty-puppet-ioscat' : '^0.4.12',
'wechaty-puppet-mock' : '^0.8.2',
'wechaty-puppet-padchat' : '^0.9.12',
'wechaty-puppet-puppeteer' : '^0.8.2',
'wechaty-puppet-wechat4u' : '^0.8.3',
'wechaty-puppet-padchat' : '^0.9.27',
'wechaty-puppet-puppeteer' : '^0.9.0',
'wechaty-puppet-wechat4u' : '^0.9.0',
}
export const PUPPET_DEFAULT = 'wechaty-puppet-puppeteer'
......
......@@ -139,10 +139,10 @@ export class Message extends Accessory implements Sayable {
),
)
return messageList.filter(message => !!message.id)
return messageList
} catch (e) {
log.verbose('Message', 'findAll() rejected: %s', e.message)
log.warn('Message', 'findAll() rejected: %s', e.message)
console.error(e)
Raven.captureException(e)
return [] // fail safe
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册