Skip to content

Commit ddc60c7

Browse files
committed
doc: fix broken link in errors.md
PR-URL: #39200 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0e7238a commit ddc60c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ The native call from `process.cpuUsage` could not be processed.
28342834
[`new URLSearchParams(iterable)`]: url.md#url_new_urlsearchparams_iterable
28352835
[`package.json`]: packages.md#packages_node_js_package_json_field_definitions
28362836
[`postMessage()`]: worker_threads.md#worker_threads_port_postmessage_value_transferlist
2837-
[`process.on('exit')`]: process.md#Event:-`'exit'`
2837+
[`process.on('exit')`]: process.md#process_event_exit
28382838
[`process.send()`]: process.md#process_process_send_message_sendhandle_options_callback
28392839
[`process.setUncaughtExceptionCaptureCallback()`]: process.md#process_process_setuncaughtexceptioncapturecallback_fn
28402840
[`readable._read()`]: stream.md#stream_readable_read_size_1

0 commit comments

Comments
 (0)