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 50f32da commit 7358da5Copy full SHA for 7358da5
packages/core/src/lambda/vue/configEditor/samInvokeFrontend.ts
@@ -178,7 +178,7 @@ export default defineComponent({
178
try {
179
// Instead of using vscode.window.withProgress directly, delegate to the backend
180
await client.invokeLaunchConfig(config, source)
181
- } catch (e: any) {
+ } catch (e) {
182
console.error("invokeLaunchConfig failed", e)
183
} finally {
184
this.invokeInProgress = false
0 commit comments