提交 70ab16cc 编写于 作者: J Joao Moreno

surface error

fixes #11931
上级 30144b5d
......@@ -100,9 +100,11 @@ class Main {
const response = JSON.parse(err.responseText);
return TPromise.wrapError(response.message);
} catch (e) {
return TPromise.wrapError(err);
// noop
}
}
return TPromise.wrapError(err);
})
.then(result => {
const [extension] = result.firstPage;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册