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

typo

上级 c6265ca7
...@@ -116,12 +116,12 @@ class Bridge { ...@@ -116,12 +116,12 @@ class Bridge {
* Do not insert `return` in front of the code. * Do not insert `return` in front of the code.
* because the new line `\n` will cause return nothing at all * because the new line `\n` will cause return nothing at all
*/ */
return 'rejectioReturnValue = ' return 'injectioReturnValue = '
+ fs.readFileSync( + fs.readFileSync(
path.join(__dirname, 'wechaty-bro.js') path.join(__dirname, 'wechaty-bro.js')
, 'utf8' , 'utf8'
) )
+ '; return rejectioReturnValue' + '; return injectioReturnValue'
} }
public logout(): Promise<any> { public logout(): Promise<any> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册