Skip to content

Commit f57197a

Browse files
Merge main into feature/historyV2
2 parents e4b5d58 + b62a4f3 commit f57197a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/aws-lsp-codewhisperer/src/language-server/netTransform/atxTransformHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ export class ATXTransformHandler {
879879
TransformationPlan: plan,
880880
} as AtxGetTransformInfoResponse
881881
} else if (jobStatus === 'FAILED') {
882+
this.logging.error(`ATX: Job failed - Reason: ${job?.statusDetails?.failureReason ?? 'Unknown'}`)
882883
return {
883884
TransformationJob: {
884885
WorkspaceId: request.WorkspaceId,

0 commit comments

Comments
 (0)