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.type() using uv_os_uname() #25659

Merged
merged 1 commit into from
Jan 25, 2019
Merged

Commits on Jan 25, 2019

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

    The happy path behavior should be identical on all
    platforms except MinGW, which now identifies MinGW
    separately from Windows.
    
    PR-URL: nodejs#25659
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    cjihrig committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    16e4cd1 View commit details
    Browse the repository at this point in the history