Closed santigimeno closed 5 months ago
Avoid calling child.send('exit') multiple times as it might trigger an EPIPE error.
child.send('exit')
EPIPE
Avoid calling
child.send('exit')
multiple times as it might trigger anEPIPE
error.