提交 e8050437 编写于 作者: J Joao Moreno

remove error handler

上级 01bbfdc1
......@@ -132,7 +132,7 @@ export class ExtensionEditor extends BaseEditor {
.then(response => response.responseText)
.then(marked.parse)
.then<void>(html => this.body.innerHTML = html)
.then(null, err => console.error(err))
.then(null, () => null)
.then(() => removeClass(this.body, 'loading'));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册