Test.lua file is empty; causes error in WoW
KyrosKrane opened this issue ยท 1 comments
Just updated to v1.9.
The Test.lua file is completely empty in the packaged addon. This causes WoW to spit out an error complaining about an empty file. The error is visible if you use BugSack or a similar error catching addon.
The easiest fix is to add the do-not-package directive within the TOC file to exclude the Test.lua file from the file list, or else to put any statement in the Test.lua file outside the do-not-package directives.