We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f7337 commit 6992189Copy full SHA for 6992189
1 file changed
src/node.js
@@ -59,7 +59,7 @@ exports.inspectOpts = Object.keys(process.env).filter(function (key) {
59
*/
60
61
if ('DEBUG_FD' in process.env) {
62
- util.deprecate(() => {}, '`DEBUG_FD` is deprecated. Override `debug.log` if you want to use a different log function (https://git.io/vMUyr)')()
+ util.deprecate(function(){}, '`DEBUG_FD` is deprecated. Override `debug.log` if you want to use a different log function (https://git.io/vMUyr)')()
63
}
64
65
var fd = parseInt(process.env.DEBUG_FD, 10) || 2;
0 commit comments