diff --git a/lib/util.js b/lib/util.js index 0d75e43f08d066..f9c33a759fa45b 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1093,10 +1093,6 @@ function _exceptionWithHostPort(err, return ex; } -// process.versions needs a custom function as some values are lazy-evaluated. -process.versions[inspect.custom] = - () => exports.format(JSON.parse(JSON.stringify(process.versions))); - function callbackifyOnRejected(reason, cb) { // `!reason` guard inspired by bluebird (Ref: https://goo.gl/t5IS6M). // Because `null` is a special error value in callbacks which means "no error