Skip to content

Commit

Permalink
fix(core): fix gh group success icon (#22281)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Mar 12, 2024
1 parent 0025b3c commit 810c5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/utils/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class CLIOutput {
private getStatusIcon(taskStatus: TaskStatus) {
switch (taskStatus) {
case 'success':
return '✔️';
return '';
case 'failure':
return '❌';
case 'skipped':
Expand Down

0 comments on commit 810c5df

Please sign in to comment.