Skip to content

Commit f4ba1ad

Browse files
author
David Hasani
committed
return instead of throwing uncaught exception
1 parent 9799565 commit f4ba1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonqGumby/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export class GumbyController {
521521
this.messenger.sendChatInputEnabled(message.tabID, true)
522522
this.messenger.sendUpdatePlaceholder(message.tabID, 'Enter the path to your Java installation.')
523523
}
524-
throw err
524+
return
525525
}
526526

527527
await this.prepareLanguageUpgradeProject(message)

0 commit comments

Comments
 (0)