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

call quit after init fail

上级 3ad126ad
......@@ -80,6 +80,7 @@ class PuppetWeb extends Puppet {
})
.catch(e => { // Reject
log.error('PuppetWeb', 'init exception: %s', e.message)
this.quit()
throw e
})
.then(() => { // Finally
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册