Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https: remove usage of public require('util')
Use `require('internal/util/debuglog').debuglog` and `Object.setPrototypeOf` instead of `require('util').debuglog` and `require('util').inherits`. Refs: #26546 PR-URL: #26772 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information