Skip to content

Conversation

@niftylettuce
Copy link
Contributor

This closes#21 and #22, and rewrites the toString method to output a stack trace format that more closely resembles Node internals.

Ref: https://github.com/nodejs/node/blob/b6bfc193788b1838bee73d584fe089e1104b9f88/src/node_errors.cc#L142-L175

@niftylettuce
Copy link
ContributorAuthor

The travis build failed due to an apt-get install failure of google-chrome (not related to this code).

@niftylettuce
Copy link
ContributorAuthor

I've tested this on my end, all is fixed and ready for merge!

@eriweneriwen self-assigned this Sep 14, 2019
@eriweneriwen merged commit 1352264 into stacktracejs:masterSep 14, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

Given an array of stack frames, convert to V8 stack trace stack prop

2 participants

@niftylettuce@eriwen