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
-**Logger now fully defers all console access for Node.js internal bootstrap compatibility**: Completed lazy initialization to prevent ERR_CONSOLE_WRITABLE_STREAM errors
13
+
- Deferred `Object.getOwnPropertySymbols(console)` call until first logger use
14
+
- Deferred `kGroupIndentationWidth` symbol lookup
15
+
- Deferred `Object.entries(console)` and prototype method initialization
16
+
- Ensures logger can be safely imported in Node.js internal bootstrap contexts (e.g., `lib/internal/bootstrap/*.js`) before stdout is initialized
17
+
- Builds on v2.8.2 console deferring to complete early bootstrap compatibility
0 commit comments