docs: clarify interplay between utility process events (#44015)

This commit is contained in:
Niklas Wenzel 2024-10-11 16:25:25 +02:00 committed by GitHub
parent dd5b36f557
commit 5400c04e43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,9 @@ Returns:
Emitted when the child process needs to terminate due to non continuable error from V8. Emitted when the child process needs to terminate due to non continuable error from V8.
No matter if you listen to the `error` event, the `exit` event will be emitted after the
child process terminates.
#### Event: 'exit' #### Event: 'exit'
Returns: Returns: