提交 34aaa5fa 编写于 作者: J Johannes Rieken

don't print err when contributed command fails, fixes #4241

上级 083cb484
......@@ -93,7 +93,7 @@ export class ExtHostCommands {
let result = callback.apply(thisArg, args);
return Promise.resolve(result);
} catch (err) {
console.log(err);
// console.log(err);
// try {
// console.log(toErrorMessage(err));
// } catch (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册