From 5400c04e43a85cd3d1a4a3eeb235ec3256d3ddc5 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Fri, 11 Oct 2024 16:25:25 +0200 Subject: [PATCH] docs: clarify interplay between utility process events (#44015) --- docs/api/utility-process.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/utility-process.md b/docs/api/utility-process.md index af6c74967eb5..bb78e5764909 100644 --- a/docs/api/utility-process.md +++ b/docs/api/utility-process.md @@ -127,6 +127,9 @@ Returns: 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' Returns: