Created by: DanProudfoot
The old version of this function looked for any mention of thread-loaded and then deleted everything thereafter - which most of the time included the actual stack trace that you wanted.
My fix just gets rid of the 3 lines from the threadLoaderIndex and leaves the rest in.
I feel this is a very naive fix, as I don't know the full breadth of errors to check against to know if I'm lopping anything else off at the wrong moment.....but it seems to work in my very limited testing thus far