Assaf Fogelman
Results
2
comments of
Assaf Fogelman
I see that when I use the command "tsx watch index.ts", this snippet: process.on("SIGINT", () => { console.log("Received SIGINT signal"); process.exit(0); }); does not log the sentence "Received SIGINT signal"...