mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
don't print err when contributed command fails, fixes #4241
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user