Fix: Add early return in feature error handling
Introduce early return statements in error handling blocks within FeatureLua and FeatureRBLs functions. This prevents further execution when errors are encountered, ensuring more reliable performance and preventing potential side effects.
Signed-off-by: Christian Roessner c@roessner.co