1 2 3 4 5 6 7
process.on("beforeExit", () => { console.log("beforeExit"); }); process.on("exit", () => { console.log("exit"); });