We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To repro: Set up a buildkite pipeline that runs
npm install chalk node -e 'console.log(require("chalk").bold("Hello World"))'
The text should be bold, but isn't. The escape sequence used is: ESC [ 1 m
ESC
[
1
m
See https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters
1 Bold or increased intensity
Use case: For example, the text "Browser console:" here is supposed to be bold to make the logs easier to read
iTerm2, VS Code terminal support this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To repro:
Set up a buildkite pipeline that runs
npm install chalk node -e 'console.log(require("chalk").bold("Hello World"))'
The text should be bold, but isn't.
The escape sequence used is:
ESC
[
1
m
See https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters
Use case: For example, the text "Browser console:" here is supposed to be bold to make the logs easier to read
iTerm2, VS Code terminal support this.
The text was updated successfully, but these errors were encountered: