This commit is contained in:
Christopher Cookman 2024-05-09 00:20:50 -06:00
parent 1ad9c477ee
commit ede9be2509
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -800,7 +800,7 @@ process.on("unhandledRejection", (error) => {
});
process.on("uncaughtException", (error) => {
console.log(`${colors.red("[ERROR]")} Uncaught Exception: ${error.message}`);
console.log(`${colors.red("[ERROR]")} Uncaught Exception: ${error.message}\n${error.stack}`);
});
// Login to discord