View Single Post
09/25/17, 02:36 PM   #8
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Well, I suppose if you want to be really fancy, you can do local _, errorMessage = pcall(function()error()end) and then make a function to parse errorMessage but the simplest way is just read the error message, and if you do, you'll see 'hey this thing does give me a trace!'
  Reply With Quote