From 46ee891a57eab3b6891a88d16c4882b83eb54b3c Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 4 Jan 2024 09:55:32 -0800 Subject: [PATCH] doc: fixup alignment of warning subsection Subsection was accidentally aligned with the wrong event. --- doc/api/process.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index df7af5feaa92f9..b53986f04ae18c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -650,18 +650,6 @@ of the custom deprecation. The `*-deprecation` command-line flags only affect warnings that use the name `'DeprecationWarning'`. -### Event: `'worker'` - - - -* `worker` {Worker} The {Worker} that was created. - -The `'worker'` event is emitted after a new {Worker} thread has been created. - #### Emitting custom warnings See the [`process.emitWarning()`][process_emit_warning] method for issuing @@ -690,6 +678,18 @@ A few of the warning types that are most common include: that will be ignored rather than treated as an error. One example is use of the HTTP response status message when using the HTTP/2 compatibility API. +### Event: `'worker'` + + + +* `worker` {Worker} The {Worker} that was created. + +The `'worker'` event is emitted after a new {Worker} thread has been created. + ### Signal events