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

src: move node::errno_string into node_errors.h/cc #25396

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2019

  1. src: move node::errno_string into node_errors.h/cc

    Move `node::errno_string` into node_errors.h/cc and move it into
    the `node:errors` namespace to reduce the size of the header.
    It's not on any performance-critical code path so does not need
    to be inlined.
    joyeecheung committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    b015bdb View commit details
    Browse the repository at this point in the history