Skip to content

Commit

Permalink
fix: do not truncate deploy results for failures (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Apr 25, 2023
1 parent e658d27 commit cee59dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/formatters/deployResultFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ export class DeployResultFormatter extends ResultFormatter {
problemType: { header: 'Type' },
fullName: { header: 'Name' },
error: { header: 'Problem' },
},
{
'no-truncate': true,
}
);
this.ux.log('');
Expand Down

0 comments on commit cee59dd

Please sign in to comment.