Update core.func

This commit is contained in:
CanbiZ 2025-09-16 09:51:35 +02:00
parent 5c750affa5
commit d078f1d158

View File

@ -202,8 +202,10 @@ silent() {
if [[ $rc -ne 0 ]]; then if [[ $rc -ne 0 ]]; then
BASH_COMMAND="$cmd" BASH_COMMAND="$cmd"
return $rc error_handler "$rc"
fi fi
return $rc
} }
# Function to download & save header files # Function to download & save header files