diff --git a/package-lock.json b/package-lock.json index 02a0973a..d5300b7c 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 1a5d65b2..28f43846 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jsonwebtoken": "^8.5.1", "lambert-db": "^1.1.8", "lambert-server": "^1.0.10", - "missing-native-js-functions": "^1.2.2", + "missing-native-js-functions": "^1.2.4", "mongodb": "^3.6.4", "mongoose-long": "^0.3.2", "node-fetch": "^2.6.1" diff --git a/src/index.ts b/src/index.ts index f2e5565f..08804687 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ process.on("uncaughtException", console.error); process.on("unhandledRejection", console.error); +import "missing-native-js-functions"; import { config } from "dotenv"; config(); import { DiscordServer } from "./Server";