You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ext/node): stop coloring non-TTY streams in util.styleText (#35236)
Fixes#35203.
<img width="522" height="152" alt="grafik"
src="https://github.com/user-attachments/assets/cc2b9611-16b0-46f7-bffb-9c60123c7083"
/>
None of this was done using any LLMs but I briefly looked at the diff of
#35204 to see the relevant files so if the scope of the fix is broader
and the LLM missed it then I may have made the same mistake.
<!--
IMPORTANT: If you used AI tools (e.g. Copilot, ChatGPT, Claude, Cursor,
etc.)
to help write this PR, you MUST disclose it in the PR description. PRs
will be
rejected if there is suspicion of undisclosed AI usage.
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing
1. Give the PR a descriptive title.
Examples of good title:
- fix(ext/net): fix race condition in TCP listener
- docs(runtime): update permissions API docstrings
- feat(cli): add --env-file flag to `deno run`
- refactor(ext/node): simplify Buffer.from() implementation
- test(ext/fs): add spec tests for symlink resolution
Examples of bad title:
- fix#7123
- update docs
- fix bugs
2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `./x fmt` passes without changing files.
5. Ensure `./x lint` passes.
6. If you used AI tools to help write this PR, you MUST disclose it
below.
PRs will be rejected if there is suspicion of undisclosed AI usage.
7. Open as a draft PR if your work is still in progress. The CI won't
run
all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
0 commit comments