提交 fcf4c4fc 编写于 作者: D Dirk Baeumer

Improve error message when task provider fails

上级 53b9de65
......@@ -1371,7 +1371,9 @@ class TaskService extends EventEmitter implements ITaskService {
let error = (error: any) => {
try {
if (Types.isString(error.message)) {
this._outputChannel.append('Error: ');
this._outputChannel.append(error.message);
this._outputChannel.append('\n');
this._outputChannel.show(true);
}
} finally {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册