Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Fixed "has stacks" error tests failing on macOS 10.12.1 and node v7.0.0. #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 16, 2016

  1. has stacks tests pass

    All tests “has stack“ in errors.test.js failed on my mac running macOS
    10.12.1 and node v7.0.0.
    Moving the call `Error.captureStackTrace(this, this.constructor)` after
    the name and message have been set solved the issue.
    andreaperizzato committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    84e831b View commit details
    Browse the repository at this point in the history