We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605ce26 commit 8ef5619Copy full SHA for 8ef5619
packages/core/src/shared/clients/clientWrapper.ts
@@ -43,7 +43,7 @@ export abstract class ClientWrapper<C extends AwsClient> implements vscode.Dispo
43
const perflog = new PerfLog(action)
44
return await this.getClient()
45
.send(new command(commandOptions))
46
- .catch((e: Error) => {
+ .catch((e) => {
47
const errWithoutStack = { ...e, name: e.name, message: e.message }
48
delete errWithoutStack['stack']
49
const timecost = perflog.elapsed().toFixed(1)
0 commit comments