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

fix: do not check errors with instanceof. #209

Closed

Commits on Feb 4, 2020

  1. fix: do not check errors with instanceof.

    It's probably safe enough to assume existance of the `.stack` property
    on the Error object.
    
    This should avoid the cross-VM type issues we see in Jest.
    
    Fixes isaacs#208
    aslushnikov committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    02043b7 View commit details
    Browse the repository at this point in the history
  2. address comments

    aslushnikov authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    36e0cbe View commit details
    Browse the repository at this point in the history