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

fix quit timeout

上级 a6640794
......@@ -146,7 +146,7 @@ export class PuppetWeb extends Puppet {
const e = new Error('quit() Promise() timeout')
log.warn('PuppetWeb', e.message)
reject(e)
})
}, 60 * 1000)
await this.bridge.quit()
.catch(e => { // fail safe
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册