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: fix error reporting on CPUUsage #34762

Closed

Commits on Oct 16, 2020

  1. src: error reporting on CPUUsage

    Currently we are returning the stringified error code while in other
    process methods we are throwin a UVException and only exclusion is in
    the CPUUsage. Converted it to follow the convention.
    yashLadha committed Oct 16, 2020
    Copy the full SHA
    0552c15 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/errors.md

    Co-authored-by: Anna Henningsen <github@addaleax.net>
    yashLadha and addaleax committed Oct 16, 2020
    Copy the full SHA
    4a54765 View commit details
    Browse the repository at this point in the history