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

code clean

上级 ca893c06
#!/usr/bin/env node
#!/usr/bin/env ts-node
import {
IoClient
......
#!/usr/bin/env node
#!/usr/bin/env ts-node
import { Wechaty } from '../'
......
......@@ -39,8 +39,9 @@
"url": "git+https://github.com/wechaty/wechaty.git"
},
"bin": {
"wechaty-client": "bin/client.js",
"wechaty-version": "bin/version.js"
"wechaty-client": "bin/client.ts",
"wechaty-doctor": "bin/doctor.ts",
"wechaty-version": "bin/version.ts"
},
"keywords": [
"wechat",
......
......@@ -536,7 +536,8 @@ export class Browser extends EventEmitter {
if (forceReason) {
log.verbose('PuppetWebBrowser', 'dead(forceReason: %s)', forceReason)
} else {
log.silly('PuppetWebBrowser', 'dead() checking ... ')
// too noisy!
// log.silly('PuppetWebBrowser', 'dead() checking ... ')
}
let msg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册