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

fs: improve error messages #675

Merged
merged 1 commit into from
Jan 31, 2015
Merged

Commits on Jan 31, 2015

  1. fs: improve error messages

    * Include a description for the error message
    * For rename, link, and symlink, include both the source and destination
      path in the error message.
    * Expose the destination path as the `dest` property on the error object.
    * Fix a bug where `ThrowUVException()` would incorrectly delegate to
      `Environment::TrowErrnoException()`.
    
    API impact:
    * Adds an extra overload for node::UVException() which takes 6
      arguments.
    
    PR: nodejs#675
    Fixes: nodejs#207
    Closes: nodejs#293
    Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
    piscisaureus committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    bc2c85c View commit details
    Browse the repository at this point in the history