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

lib: return boolean result of assert.match method #35115

Closed

Commits on Sep 9, 2020

  1. lib: return boolean result of assert.match method

    The `assert.match` method by default will throws if there is no match,
    this change can add the function of instead of throwing or not, returns
    the boolean result of match.
    
    Fixes: nodejs#33869
    juanarbol committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    179801f View commit details
    Browse the repository at this point in the history
  2. fixup

    juanarbol committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d4b340e View commit details
    Browse the repository at this point in the history