Add missing exit code if npm install fails

This commit is contained in:
David Stephens 2016-09-01 18:26:45 +01:00
parent f2638474b3
commit aefe766031
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ install_node_packages() {
log "npm package installation complete"
else
log_error "Failed to install ENiGMA½ npm packages. Please report this!"
exit 1
fi
}