Skip to content

Commit

Permalink
util: remove outdated TODO
Browse files Browse the repository at this point in the history
PR-URL: nodejs#22503
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: John-David Dalton <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
BridgeAR authored and targos committed Sep 23, 2018
1 parent e16dd6d commit 3f0e52e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ Object.defineProperty(inspect, 'defaultOptions', {
if (options === null || typeof options !== 'object') {
throw new ERR_INVALID_ARG_TYPE('options', 'Object', options);
}
// TODO(BridgeAR): Add input validation and make sure `defaultOptions` are
// not configurable.
return _extend(inspectDefaultOptions, options);
}
});
Expand Down

0 comments on commit 3f0e52e

Please sign in to comment.