Closed niftylettuce closed 5 years ago
This closes #21 and #22, and rewrites the toString method to output a stack trace format that more closely resembles Node internals.
toString
Ref: https://github.com/nodejs/node/blob/b6bfc193788b1838bee73d584fe089e1104b9f88/src/node_errors.cc#L142-L175
The travis build failed due to an apt-get install failure of google-chrome (not related to this code).
apt-get install
I've tested this on my end, all is fixed and ready for merge!
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