update node.js launch options

should help with squadjs getting an error on the RCON connection. option will exit the entire process upon an unhandled promise rejection. this will allow a restart with docker.
This commit is contained in:
Skillet 2023-02-10 10:15:46 -05:00 committed by GitHub
parent 817310e033
commit a099c66257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@
printf "Starting SquadJS...\n"
sleep 10
/usr/bin/node ./index.js
/usr/bin/node --unhandled-rejections=strict ./index.js