Skip to content

Commit

Permalink
docs: fixup alignment of warning subsection
Browse files Browse the repository at this point in the history
Subsection was accidentally aligned with the wrong event.
  • Loading branch information
jasnell committed Jan 4, 2024
1 parent 2e81415 commit b253482
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,18 +650,6 @@ of the custom deprecation.
The `*-deprecation` command-line flags only affect warnings that use the name
`'DeprecationWarning'`.

### Event: `'worker'`

<!-- YAML
added:
- v16.2.0
- v14.18.0
-->

* `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
Expand Down Expand Up @@ -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'`

<!-- YAML
added:
- v16.2.0
- v14.18.0
-->

* `worker` {Worker} The {Worker} that was created.

The `'worker'` event is emitted after a new {Worker} thread has been created.

### Signal events

<!--type=event-->
Expand Down

0 comments on commit b253482

Please sign in to comment.