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 9799565 commit f4ba1adCopy full SHA for f4ba1ad
packages/core/src/amazonqGumby/chat/controller/controller.ts
@@ -521,7 +521,7 @@ export class GumbyController {
521
this.messenger.sendChatInputEnabled(message.tabID, true)
522
this.messenger.sendUpdatePlaceholder(message.tabID, 'Enter the path to your Java installation.')
523
}
524
- throw err
+ return
525
526
527
await this.prepareLanguageUpgradeProject(message)
0 commit comments