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

#3354: Annotate when exceptions are caught but ignored #3356

Merged
merged 7 commits into from May 1, 2018

Commits on Apr 26, 2018

  1. Merge pull request #1 from mochajs/master

    Update from upstream
    plroebuck committed Apr 26, 2018
    Copy the full SHA
    8d6a1eb View commit details
    Browse the repository at this point in the history
  2. style(*various*): Annotate when exceptions are caught but ignored

    There's an existing convertion to name intentionally ignored errors in catch block as `ignore`.
    Modified codebase to follow it.
    
    Fixes mochajs#3354
    plroebuck committed Apr 26, 2018
    Copy the full SHA
    68b3596 View commit details
    Browse the repository at this point in the history
  3. style(bin/options.js): Turn off prettier for single line

    Prettier reformatting is just wrong here. fs.readFileSync() should **not** be split across multiple
    lines.
    plroebuck committed Apr 26, 2018
    Copy the full SHA
    eb034dd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Copy the full SHA
    9be70b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Copy the full SHA
    62be918 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9daaa5c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    792b340 View commit details
    Browse the repository at this point in the history