From afce3ce7c78aa962f75301e6e45603063599d477 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:36:32 -0500 Subject: [PATCH] docs: clarify interplay between utility process events (#44203) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- 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: