Skip to content

Commit

Permalink
return instead of throwing uncaught exception
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Oct 11, 2024
1 parent d4c7c14 commit f42e697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export class GumbyController {
this.messenger.sendChatInputEnabled(message.tabID, true)
this.messenger.sendUpdatePlaceholder(message.tabID, 'Enter the path to your Java installation.')
}
throw err
return
}

await this.prepareLanguageUpgradeProject(message)
Expand Down

0 comments on commit f42e697

Please sign in to comment.