Files
node/lib/internal
Rich Trott 49ba2104c4 util: remove unused fast path in internal debuglog
The internal `debuglog()` is never called with 0 parameters. Remove the
fast-path for that situation. If it ever occurs, it will fall through to
the default path.

PR-URL: https://github.com/nodejs/node/pull/41605
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2022-01-24 14:39:22 +00:00
..
2021-10-09 17:22:56 +00:00
2022-01-23 18:43:16 +02:00
2021-12-28 13:16:58 -08:00
2021-10-16 10:03:50 +08:00
2021-09-26 11:46:14 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.