Update core.func

This commit is contained in:
CanbiZ 2025-05-08 09:22:29 +02:00
parent e4e44244c8
commit 42f0ccc615

View File

@ -198,7 +198,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 return 1
} }
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------