Add missing exit code if npm install fails
This commit is contained in:
parent
f2638474b3
commit
aefe766031
|
@ -90,6 +90,7 @@ install_node_packages() {
|
||||||
log "npm package installation complete"
|
log "npm package installation complete"
|
||||||
else
|
else
|
||||||
log_error "Failed to install ENiGMA½ npm packages. Please report this!"
|
log_error "Failed to install ENiGMA½ npm packages. Please report this!"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue