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