diff --git a/scripts/entry.sh b/scripts/entry.sh index e5b65c9..73fd694 100644 --- a/scripts/entry.sh +++ b/scripts/entry.sh @@ -2,5 +2,5 @@ printf "Starting SquadJS...\n" sleep 10 -/usr/bin/node ./index.js +/usr/bin/node --unhandled-rejections=strict ./index.js