Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: remove usage of require('util') #26920

Closed
wants to merge 1 commit into from

Commits on Mar 26, 2019

  1. net: remove usage of require('util')

    Use `require('internal/util/inspect').inspect`, 
    `require('internal/util/debuglog').debuglog`, 
    `require('internal/util').deprecate` and `Object.setPrototypeOf` instead 
    of `require('util')`.
    Fix test in `test/parallel/test-net-access-byteswritten.js` to do not 
    check the `super_` property that was set when using 
    `require('util').inherits`.
    
    Refs: nodejs#26546
    Refs: nodejs#26896
    dnlup committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    1d643e5 View commit details
    Browse the repository at this point in the history