Files
node/lib
cjihrig 69470c87cc lib: simplify several debug() calls
Avoid calling Array.prototype.join() in debug() calls. These
are evaluated on every call, even if the debug() call is a
no-op. This commit replaces the join() calls with the %j
placeholder.

PR-URL: https://github.com/nodejs/node/pull/25241
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-12-29 13:51:35 -05:00
..
2018-12-10 17:07:18 +01:00
2018-11-06 10:58:42 -05:00
2018-12-24 14:50:16 +01:00
2018-11-20 10:42:31 -08:00
2018-12-20 13:15:07 -05:00
2018-07-16 15:55:15 -07:00
2018-12-29 13:36:57 -05:00