File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/core/src/amazonqGumby/chat/controller/messenger Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -542,6 +542,12 @@ export class Messenger {
542542 } )
543543 }
544544
545+ // TO-DO: make this `isPartiallySucceeded`
546+ if ( transformByQState . isSucceeded ( ) && message == CodeWhispererConstants . viewProposedChangesChatMessage ) {
547+ // get permission to re-run job and view logs after partially successful job is downloaded
548+ this . sendFeedbackFormMessage ( tabID )
549+ }
550+
545551 this . dispatcher . sendChatMessage (
546552 new ChatMessage (
547553 {
@@ -552,12 +558,6 @@ export class Messenger {
552558 tabID
553559 )
554560 )
555-
556- // TO-DO: make this `isPartiallySucceeded`
557- if ( transformByQState . isSucceeded ( ) && message == CodeWhispererConstants . viewProposedChangesChatMessage ) {
558- // get permission to re-run job and view logs after partially successful job is downloaded
559- this . sendFeedbackFormMessage ( tabID )
560- }
561561 }
562562
563563 public sendTransformationIntroduction ( tabID : string ) {
You can’t perform that action at this time.
0 commit comments