Skip to content

Commit 97a1c64

Browse files
authored
remove exit if npm update failed
1 parent 4b8e1e9 commit 97a1c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

misc/tools.func

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function setup_nodejs() {
6767
# Update to latest npm
6868
$STD npm install -g npm@latest || {
6969
msg_error "Failed to update npm to latest version"
70-
exit 1
7170
}
7271
msg_ok "Setup Node.js ${NODE_VERSION}"
7372
fi

0 commit comments

Comments
 (0)