bleistift2 to Programmer Humor@programming.devEnglish · 2 months agoThinking I could clean up my files in a SIGINT handlerimagemessage-square47fedilinkarrow-up1376arrow-down13
arrow-up1373arrow-down1imageThinking I could clean up my files in a SIGINT handlerbleistift2 to Programmer Humor@programming.devEnglish · 2 months agomessage-square47fedilink
minus-squarebleistift2OPlinkfedilinkEnglisharrow-up1·2 months agoYep, in newer versions of node even attempting to do so will terminate the process.
Good luck trapping the SIGKILL signal
Yep, in newer versions of node even attempting to do so will terminate the process.