### Version v20.18.0 ### Platform _No response_ ### Subsystem _No response_ ### What steps will reproduce the bug? This https://github.com/nodejs/node/pull/54677 is not implemented in v20.18.0 v18.20.4 and v22.11.0 (other LTS) versions have console.error not red ### How often does it reproduce? Is there a required condition? Every time ### What is the expected behavior? Why is that the expected behavior? This https://github.com/nodejs/node/pull/54677 should be implemented for v20.x same behavior as v18.20.4 and v22.11.0 (other LTS) versions ### What do you see instead? console.error is red in v20.18.0 ``` node -e "console.error(process.version)" ``` is v20.18.0 and red ### Additional information The code that should be reverted first appeared in NodeJS 20 branch in v20.15.0