Skip to content

Commit

Permalink
Fix error handling.
Browse files Browse the repository at this point in the history
Doing a find/replace all wasn't that good of a idea
  • Loading branch information
InfusOnWoW authored and Stanzilla committed May 24, 2018
1 parent 72e4a01 commit d88f34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4778,6 +4778,6 @@ end

function WeakAuras.ReportError(error)
if (error) then
WeakAuras.ReportError(error);
geterrorhandler()(error);
end
end

0 comments on commit d88f34f

Please sign in to comment.