Skip to content

Commit

Permalink
chore: log stackUpdateComplete message with errorDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed May 11, 2024
1 parent 31304a8 commit 7e18533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class CloudFormation {

if (completeErr) {
await this.collectStackErrors(cfnParentStackParams.StackName).then((errorDetails) => {
completeErr.details = errorDetails;
completeErr.message = JSON.stringify(completeErr) + errorDetails;
reject(completeErr);
});
} else {
Expand Down

0 comments on commit 7e18533

Please sign in to comment.