GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] GSE Breaks when Variable returns no value

TimothyLuke opened this issue ยท 0 comments

commented

๐Ÿ”ต Describe the bug:
If a variable doesn't return a value then GSE breaks.

eg the following variable

function()
 if UnitName("target") == "Smolderon" then
 return [[
/run WeakAuras.ScanEvents("BHPrivateAuras")
]]
 else
 return 
 end
end