Skip to content

fix: multi-line task output is shown in bold#5197

Merged
jdx merged 1 commit into
jdx:mainfrom
roele:issues/5193
May 26, 2025
Merged

fix: multi-line task output is shown in bold#5197
jdx merged 1 commit into
jdx:mainfrom
roele:issues/5193

Conversation

@roele

@roele roele commented May 26, 2025

Copy link
Copy Markdown
Contributor

Fixes #5194 where multiline output is shown in bold because the trunc function removes the closing ANSI bold code from the end of the string.

@jdx jdx merged commit ffb4779 into jdx:main May 26, 2025
18 checks passed
@roele roele deleted the issues/5193 branch May 26, 2025 18:44
jdx pushed a commit that referenced this pull request May 26, 2025
### 🐛 Bug Fixes

- installing tools with postinstall hooks fails by
[@roele](https://github.com/roele) in
[#5191](#5191)
- prefer offline when executing shims by [@jdx](https://github.com/jdx)
in [#5195](#5195)
- multi-line task output is shown in bold by
[@roele](https://github.com/roele) in
[#5197](#5197)

### ⚡ Performance

- improve tool loading performance in async code by
[@jdx](https://github.com/jdx) in
[#5198](#5198)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mise multi-line task output is bolded

2 participants