You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for long stack traces (ac75d47). This covers "debuggable" long stack traces returned by many Promise implementations, as well as nested-error-stacks.
Normalize to unix style paths before filtering internals (df98523). The regular expressions in options.internals no longer need to account for Windows style paths.
Update the list of regular expressions returned by nodeInternals() (fe92db3). It now covers a much more complete set of Node's internal files.