tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead
277 stars 15 forks source link

Make lst even more useful #14

Closed herzi closed 10 years ago

herzi commented 11 years ago

The branch of Kami contains several useful improvements, I'd like to depend on:

tlrobinson commented 11 years ago

Hmm I don't see how any of these patches fix anything.

5447015 Removes browser support

fed74a2 What's the point of adding an index file? package.json references lib/long-stack-trace.js so it works fine in Node. I'd be fine moving it out of the lib folder though.

e197a41 This removes a feature (LST.rethrow) and adds two lines of code that do nothing:

3d5019a: I'm not sure what the purpose of this is. You're saving the original function but never restore it.