From d078f1d15802e62e1841e879593c3457612894af Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:51:35 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 17bf5f9c..42207a5b 100644 --- a/misc/core.func +++ b/misc/core.func @@ -202,8 +202,10 @@ silent() { if [[ $rc -ne 0 ]]; then BASH_COMMAND="$cmd" - return $rc + error_handler "$rc" fi + + return $rc } # Function to download & save header files