mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
Previously, formatExtraProperties applied ctx.stylize to the entire '[key]: value' string. This caused the colon and space to be styled, making the output inconsistent with normal object properties. Now, only the key itself is stylized, and the colon and space remain unstyled, aligning with the formatting of regular properties. Refs: https://github.com/nodejs/node/pull/60131 PR-URL: https://github.com/nodejs/node/pull/60479 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> |
||
|---|---|---|
| .. | ||
| parse_args | ||
| colors.js | ||
| comparisons.js | ||
| debuglog.js | ||
| diff.js | ||
| inspect.js | ||
| inspector.js | ||
| trace_sigint.js | ||
| types.js | ||