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

Change the behavior of file.recurse so that it will log an error if it p... #1170

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2014

  1. Change the behavior of file.recurse so that it will log an error if i…

    …t processes a broken symlink instead of causing a fatal error. We wrap the call to fs.statSync(filepath).isDirectory() in a try/catch block, then log on the error condition.
    ian-plunkett-ck committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    c642aed View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Reverting version bump
    ian-plunkett-ck committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    59050ab View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Getting rid of this new line.  Emacs keeps adding them.
    ian-plunkett-ck committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    416a573 View commit details
    Browse the repository at this point in the history