Skip to content

Commit 8de488b

Browse files
committed
fix(dev): validate in case its exception to not show messaging
1 parent 6e092bc commit 8de488b

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class FeatureDevController(
362362
chatSessionStorage.deleteSession(tabId)
363363

364364
newTabOpened(tabId)
365-
if (isException !== null && isException == true) {
365+
if (isException !== null && isException != true) {
366366
messenger.sendAnswer(
367367
tabId = tabId,
368368
messageType = FeatureDevMessageType.Answer,

0 commit comments

Comments
 (0)