# process.on("uncaughtException", async (reason) => console.log(reason)) process.on("unhandledRejection", async (reason) => console.log(reason))