Skip to content

Commit 50f32da

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

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
@@ -179,7 +179,7 @@ export default defineComponent({
179179
// Instead of using vscode.window.withProgress directly, delegate to the backend
180180
await client.invokeLaunchConfig(config, source)
181181
} catch (e: any) {
182-
console.error(`invokeLaunchConfig failed: ${e.message}`)
182+
console.error("invokeLaunchConfig failed", e)
183183
} finally {
184184
this.invokeInProgress = false
185185
}

0 commit comments

Comments
 (0)