AdiBags

AdiBags

8M Downloads

[v1.9.8] AdiBags silently eating lua errors

Xalcon opened this issue ยท 0 comments

commented

While debugging an issue with another addon, I found this issue with AdiBags. It silently eats any lua errors, no matter which addon caused it. It doesnt matter if the "no error reports" option is enabled or disabled.

You can reprocude this behavior by typing this into your chatbox
/run print(nil.."")
This should show a Lua Error frame with the message

[string "print(nil.."")"]:1: attempt to concatenate a nil value

But as long AdiBags is enabled, this error doesnt show.

I dont know if this is an intended feature - but in case its intended, I'd like to see a configuration option for this. I want to see errors when they happen.