Skip to content

Commit

Permalink
Update packages/amplify-provider-awscloudformation/src/aws-utils/aws-…
Browse files Browse the repository at this point in the history
…cfn.js

Co-authored-by: Kamil Sobol <[email protected]>
  • Loading branch information
0618 and sobolk authored May 13, 2024
1 parent e725d19 commit 6ac70a1
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.message = `${completeErr.message} \n ${errorDetails}`;
completeErr.message = `${completeErr.message}${EOL}${errorDetails}`;
reject(completeErr);
});
} else {
Expand Down

0 comments on commit 6ac70a1

Please sign in to comment.