Skip to content

Commit c885d04

Browse files
committed
doc: add links to child_process.execFile and child_process.spawn in deprecations.md
1 parent 20daad9 commit c885d04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,6 +3881,8 @@ When an `args` array is passed to [`child_process.execFile`][] or [`child_proces
38813881
[`assert`]: assert.md
38823882
[`asyncResource.runInAsyncScope()`]: async_context.md#asyncresourceruninasyncscopefn-thisarg-args
38833883
[`buffer.subarray`]: buffer.md#bufsubarraystart-end
3884+
[`child_process.execFile`]: child_process.md#child_processexecfilefile-args-options-callback
3885+
[`child_process.spawn`]: child_process.md#child_processspawncommand-args-options
38843886
[`child_process`]: child_process.md
38853887
[`clearInterval()`]: timers.md#clearintervaltimeout
38863888
[`clearTimeout()`]: timers.md#cleartimeouttimeout

0 commit comments

Comments
 (0)