mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 17:55:53 +02:00
Add missing exit code if npm install fails
This commit is contained in:
parent
f2638474b3
commit
aefe766031
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue