TimothyLuke opened this issue 9 months ago ยท 0 comments
๐ต 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