bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 2 months agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square45fedilinkarrow-up1382arrow-down13
arrow-up1379arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 2 months agomessage-square45fedilink
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-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.