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

os: implement os.release() using uv_os_uname() #25600

Merged
merged 1 commit into from
Jan 23, 2019

Commits on Jan 23, 2019

  1. os: implement os.release() using uv_os_uname()

    For non-Windows platforms, the happy path behavior should be
    identical. On Windows, uv_os_uname() attempts to use
    RtlGetVersion() before falling back to the deprecated
    GetVersionExW() that Node was previously using.
    
    PR-URL: nodejs#25600
    Reviewed-By: Bartosz Sosnowski <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    cjihrig committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    914af23 View commit details
    Browse the repository at this point in the history