Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix broken link in errors.md
PR-URL: #39200
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott committed Jun 30, 2021
commit ddc60c785877c62dd0aae211c52ad9ac55253712
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ The native call from `process.cpuUsage` could not be processed.
[`new URLSearchParams(iterable)`]: url.md#url_new_urlsearchparams_iterable
[`package.json`]: packages.md#packages_node_js_package_json_field_definitions
[`postMessage()`]: worker_threads.md#worker_threads_port_postmessage_value_transferlist
[`process.on('exit')`]: process.md#Event:-`'exit'`
[`process.on('exit')`]: process.md#process_event_exit
[`process.send()`]: process.md#process_process_send_message_sendhandle_options_callback
[`process.setUncaughtExceptionCaptureCallback()`]: process.md#process_process_setuncaughtexceptioncapturecallback_fn
[`readable._read()`]: stream.md#stream_readable_read_size_1
Expand Down