Update core.func

This commit is contained in:
CanbiZ 2025-05-08 09:14:19 +02:00
parent 1e213cef61
commit a8860972a3

View File

@ -169,6 +169,7 @@ __curl_err_handler() {
78) msg_error "Remote file not found (404): $target" ;; 78) msg_error "Remote file not found (404): $target" ;;
*) msg_error "Curl failed with code $exit_code: $target" ;; *) msg_error "Curl failed with code $exit_code: $target" ;;
esac esac
exit
} }
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------