From 97a1c64fad5fede1aefd8763049b67d4f297970d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:42:22 +0200 Subject: [PATCH] remove exit if npm update failed --- misc/tools.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 03f9102c8..65625b62a 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -67,7 +67,6 @@ function setup_nodejs() { # Update to latest npm $STD npm install -g npm@latest || { msg_error "Failed to update npm to latest version" - exit 1 } msg_ok "Setup Node.js ${NODE_VERSION}" fi