Skip to content

Commit 7358da5

Browse files
authored
Update packages/core/src/lambda/vue/configEditor/samInvokeFrontend.ts
1 parent 50f32da commit 7358da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lambda/vue/configEditor/samInvokeFrontend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default defineComponent({
178178
try {
179179
// Instead of using vscode.window.withProgress directly, delegate to the backend
180180
await client.invokeLaunchConfig(config, source)
181-
} catch (e: any) {
181+
} catch (e) {
182182
console.error("invokeLaunchConfig failed", e)
183183
} finally {
184184
this.invokeInProgress = false

0 commit comments

Comments
 (0)