1 2 3 4 5
globalThis.addEventListener("unhandledrejection", () => { console.log("hey"); }); console.log("---"); Promise.reject();