mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
@@ -213,7 +213,6 @@ export class ExtHostCommands implements ExtHostCommandsShape {
|
||||
try {
|
||||
return await callback.apply(thisArg, args);
|
||||
} catch (err) {
|
||||
console.error(err); // so that it shows up in any attached debugger
|
||||
this._logService.error(err, id);
|
||||
throw new Error(`Running the contributed command: '${id}' failed.`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user