toString for error stack
Right now as far as I can tell the stack is a very informative javascript object whereas in native exceptions - it is a string.
I think it will be a good idea to add some presets for toStringing stack, so it is easier to look at and display etc.
If you think it is a good idea too I can try to comeup with some solution.
I like this but I think we would make this into a plugin to keep the code base as small as possible. I'm paring up with a second developer this weekend to start on plugins.
If you want you could work on writing up a function that does this and we can take it and put it into a plugin :).
Ok, I'll try it this weekend if I can. Anyway if I come up with anything useful I'll be sure to post it here.
Were you able to ever get around this?
Can you submit a pr for this?