Skip to content

Commit 92e0f38

Browse files
BridgeARtargos
authored andcommittedSep 24, 2018
util: remove outdated TODO
Backport-PR-URL: #23039 PR-URL: #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]>
1 parent e16dd6d commit 92e0f38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/util.js

-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ Object.defineProperty(inspect, 'defaultOptions', {
380380
if (options === null || typeof options !== 'object') {
381381
throw new ERR_INVALID_ARG_TYPE('options', 'Object', options);
382382
}
383-
// TODO(BridgeAR): Add input validation and make sure `defaultOptions` are
384-
// not configurable.
385383
return _extend(inspectDefaultOptions, options);
386384
}
387385
});

0 commit comments

Comments
 (0)
Please sign in to comment.