Commit 5c873cd
committed
fix: remove duplicate success emoji in validate command output
The success() method automatically adds a checkmark emoji via the theme,
so we shouldn't include it in the message text. This caused a duplicate
'✅ ✅' to appear in the validate command success message.
Output before: ✅ ✅ Configuration file 'x.json' is valid
Output after: ✅ Configuration file 'x.json' is valid1 parent 1c1193d commit 5c873cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments