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

use WECHATY_DEBUG to open phantomjs debug console port 8080

上级 b1d189c7
......@@ -107,7 +107,7 @@ class Browser extends EventEmitter {
// , '--webdriver-logfile=/tmp/wd.log'
// , '--webdriver-loglevel=DEBUG'
]
if (/silly|verbose/i.test(process.env.WECHATY_DEBUG)) {
if (process.env.WECHATY_DEBUG) {
phantomjsArgs.push('--remote-debugger-port=8080') // XXX: be careful when in production usage.
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册