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: fix StatWatcher to handle error codes #2028

Commits on Jun 22, 2015

  1. fs: fix StatWatcher to handle error codes

    Previously, fs.watchFile() would call the callback even if the file does
    not exist. This is erroneous and is fixed by correctly handling the
    error code provided.
    
    Ref: nodejs/node-v0.x-archive#25469
    Fixes: nodejs#1745
    dnakamura authored and brendanashworth committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    34bd27c View commit details
    Browse the repository at this point in the history