chore(developer): remove SetError macro
The `SetError` macro emitted `return FALSE;` which was confusing for reviewing code flow. Replaced with explicit `AddCompileMessage()` and `return FALSE;`.
parent
ef101d74
Please register or sign in to comment