Open machineghost opened 6 years ago
hey, thanks for you interest.
I don't maintain nor have used this lib since I created it (maybe used in couple of dependency heavy project, where callback hells created huge error stack traces).
You can fork or copy and modify it however it suits you.
First off thanks for making this great library: it's (almost) exactly what I was looking for.
However, I have a fear that months from now I will be looking at a stack trace, want to see a line from a node_module, forget that I used this library months before, and then waste a lot of time figuring out what happened.
Therefore, I was wondering if it would be possible to add some sort of option so that instead of completely removing lines from the trace you could instead replace all of them with a single line like:
Using this option would make the library almost as useful (the resulting stack traces would only be one line longer than normal) and would make things more explicit/less "magical".