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