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

fix config unit test

上级 e784ce4d
......@@ -116,15 +116,15 @@ function isWechatyDocker() {
* 5. live setting
*/
function puppetInstance(instance?: Puppet | null): Puppet | void {
if (typeof instance !== 'undefined') {
if (instance !== undefined) {
if (instance) {
Config._puppetInstance = instance
return instance
} else {
Config._puppetInstance = instance
return
}
Config._puppetInstance = null
return
}
if (!Config._puppetInstance) {
throw new Error('no puppet instance')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册